mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 13:26:08 +00:00
9 lines
181 B
TypeScript
9 lines
181 B
TypeScript
export class CallMeeting {
|
|
Message: string;
|
|
Attachment: {
|
|
Source: number,
|
|
SourceId: string,
|
|
SourceName: string,
|
|
ApplicationId: number
|
|
}
|
|
} |