initial commit

This commit is contained in:
victorAnumudu
2024-05-06 14:44:42 +01:00
parent 044b2ef917
commit a2e039eab4
5 changed files with 215 additions and 4 deletions
+9
View File
@@ -0,0 +1,9 @@
export type TableListProps = {
id?: number;
name?: string;
date?: string;
amount?: string;
payment_term?: string;
status?: boolean;
}[];