Type alias LineOptions

LineOptions: {
    price?: number;
    quantity?: number;
    remark?: string;
}

Type declaration

  • Optional price?: number
  • Optional quantity?: number
  • Optional remark?: string

Generated using TypeDoc