refactor: add type remark

This commit is contained in:
Thanaphon Frappet 2025-01-21 10:14:43 +07:00 committed by Methapon2001
parent 36a49b46a8
commit 42575eb5ba

View file

@ -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 {