update,
This commit is contained in:
11
002_source/cms/src/db/Students/type.d.ts
vendored
Normal file
11
002_source/cms/src/db/Students/type.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
// Student type definitions
|
||||
export interface Student {
|
||||
id: string;
|
||||
name: string;
|
||||
avatar: string;
|
||||
email: string;
|
||||
phone: string;
|
||||
quota: number;
|
||||
status: 'active' | 'blocked' | 'pending';
|
||||
createdAt: Date;
|
||||
}
|
Reference in New Issue
Block a user