Type alias SaleShort

SaleShort: {
    id: UUID;
    name: string;
    value: StrNumber;
}

Type declaration

  • id: UUID
  • name: string
  • value: StrNumber

    Amount by which it reduced the value of the entire contract

Generated using TypeDoc