Files
doneit-web/src/app/models/eventbody.model.ts
T

4 lines
69 B
TypeScript

export interface EventBody{
bodyType: string;
Text: string;
}