interface SheetPrice {
    pricePerSheet: number;
    sheetId: string;
}

Hierarchy (view full)

Properties

pricePerSheet: number
sheetId: string