# Event Join
## feat - Join event - kontribusi event - histoty in progress ### No Issue
This commit is contained in:
14
src/app_modules/model_global/interface.ts
Normal file
14
src/app_modules/model_global/interface.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
export interface MODEL_IMAGES {
|
||||
id: string;
|
||||
url: string;
|
||||
label: string
|
||||
active: boolean;
|
||||
createdAt: Date;
|
||||
updatedAt: Date;
|
||||
}
|
||||
|
||||
export interface MODEL_DEFAULT_MASTER {
|
||||
id: string,
|
||||
name: string,
|
||||
active: boolean,
|
||||
}
|
||||
Reference in New Issue
Block a user