kreirane komponente
This commit is contained in:
12
app/lib/db-types.ts
Normal file
12
app/lib/db-types.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
export type Location = {
|
||||
id: number;
|
||||
name: string;
|
||||
};
|
||||
|
||||
export type Bill = {
|
||||
id: number;
|
||||
name: string;
|
||||
paid: boolean;
|
||||
amount?: number;
|
||||
description?: string;
|
||||
};
|
||||
Reference in New Issue
Block a user