interface Lumber {
    byProduct: boolean;
    count?: number;
    date: Moment;
    destination: number;
    destinationName?: string;
    installation?: string;
    jobId?: number;
    length: number;
    lumberId: number;
    minLength: number;
    minThickness: number;
    minWidth: number;
    parentTimberId?: number;
    protocolId?: number;
    raw: boolean;
    thickness: number;
    timberId?: number;
    totalLength: number;
    totalWorth: number;
    volume: number;
    width: number;
    worth: number;
}

Properties

byProduct: boolean
count?: number
date: Moment
destination: number
destinationName?: string
installation?: string
jobId?: number
length: number
lumberId: number
minLength: number
minThickness: number
minWidth: number
parentTimberId?: number
protocolId?: number
raw: boolean
thickness: number
timberId?: number
totalLength: number
totalWorth: number
volume: number
width: number
worth: number