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;
|
paybackBank: string;
|
||||||
paybackAccount: string;
|
paybackAccount: string;
|
||||||
paybackAccountName: string;
|
paybackAccountName: string;
|
||||||
|
remark?: string;
|
||||||
};
|
};
|
||||||
|
|
||||||
export type CreditNote = {
|
export type CreditNote = {
|
||||||
|
|
@ -39,6 +40,7 @@ export type CreditNote = {
|
||||||
createdByUserId?: string;
|
createdByUserId?: string;
|
||||||
|
|
||||||
creditNoteStatus: CreditNoteStatus;
|
creditNoteStatus: CreditNoteStatus;
|
||||||
|
remark?: string;
|
||||||
};
|
};
|
||||||
|
|
||||||
export enum CreditNoteStatus {
|
export enum CreditNoteStatus {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue