Files
doneit-web/src/app/models/CallMeeting.ts
T

9 lines
181 B
TypeScript
Raw Normal View History

2021-07-27 21:21:16 +01:00
export class CallMeeting {
2021-07-27 16:53:37 +01:00
Message: string;
2021-07-27 21:21:16 +01:00
Attachment: {
2021-07-27 16:53:37 +01:00
Source: number,
SourceId: string,
SourceName: string,
ApplicationId: number
}
}