Files
kskcrmspa/src/app/features/tasks/task.ts
T
2026-08-27 19:59:17 +03:00

8 lines
120 B
TypeScript

export interface Task {
id: string;
name: string;
city: string;
streetAddress: string;
numberPhone: string;
}