This commit is contained in:
2024-03-19 09:02:58 +03:00
parent cc14105276
commit c9f3d4ee12
56 changed files with 995 additions and 121 deletions

View File

@@ -1,4 +1,5 @@
export type Client = {
id?: number;
id: number;
name: string;
address: string;
}