cic-staff-client/src/app/_models/staff.ts
2021-03-16 20:13:48 +03:00

8 lines
112 B
TypeScript

export interface Staff {
comment: string;
email: string;
name: string;
tag: number;
userid: string;
}