mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
4 lines
65 B
TypeScript
4 lines
65 B
TypeScript
export class EventBody{
|
|
BodyType: string;
|
|
Text: string;
|
|
} |