new lib version [CI SKIP]
This commit is contained in:
8
dist/models/ResponseParticipant.d.ts
vendored
Normal file
8
dist/models/ResponseParticipant.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
export declare type ResponseParticipant = {
|
||||
id: number;
|
||||
firstname: string;
|
||||
middlename: string;
|
||||
lastname: string;
|
||||
phone: string;
|
||||
email: string;
|
||||
};
|
||||
Reference in New Issue
Block a user