diff --git a/src/stores/credit-note/types.ts b/src/stores/credit-note/types.ts index 09006cde..f1480c94 100644 --- a/src/stores/credit-note/types.ts +++ b/src/stores/credit-note/types.ts @@ -12,6 +12,7 @@ export type CreditNotePayload = { paybackBank: string; paybackAccount: string; paybackAccountName: string; + remark?: string; }; export type CreditNote = { @@ -39,6 +40,7 @@ export type CreditNote = { createdByUserId?: string; creditNoteStatus: CreditNoteStatus; + remark?: string; }; export enum CreditNoteStatus {