mirror of
https://github.com/frappe/books.git
synced 2025-01-03 07:12:21 +00:00
feat: define type for alert
This commit is contained in:
parent
ecf2b972ad
commit
6cbfa9ad81
@ -8,7 +8,7 @@ export type ItemSerialNumbers = { [item: string]: string };
|
||||
|
||||
export type DiscountType = "percent" | "amount";
|
||||
|
||||
export type ModalName = 'ShiftOpen' | 'ShiftClose' | 'Payment' | 'LoyaltyProgram'
|
||||
export type ModalName = 'ShiftOpen' | 'ShiftClose' | 'Payment' | 'LoyaltyProgram' | 'InvoiceListAlert'
|
||||
|
||||
export interface POSItem {
|
||||
image?:string,
|
||||
|
Loading…
Reference in New Issue
Block a user