First Commit
This commit is contained in:
@@ -55,7 +55,7 @@ export type InvoicesTable = {
|
||||
status: 'pending' | 'paid';
|
||||
};
|
||||
|
||||
export type CustomersTableType = {
|
||||
export type CustomersTable = {
|
||||
id: string;
|
||||
name: string;
|
||||
email: string;
|
||||
|
||||
Reference in New Issue
Block a user