refactor: add type remark
This commit is contained in:
parent
36a49b46a8
commit
42575eb5ba
1 changed files with 2 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue