initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
|
||||
export type TableListProps = {
|
||||
id?: number;
|
||||
name?: string;
|
||||
date?: string;
|
||||
amount?: string;
|
||||
payment_term?: string;
|
||||
status?: boolean;
|
||||
}[];
|
||||
Reference in New Issue
Block a user