mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
4 lines
69 B
TypeScript
4 lines
69 B
TypeScript
export interface EventBody{
|
|
bodyType: string;
|
|
Text: string;
|
|
} |