Files
SerpentRace/SerpentRace_Backend/dist/Application/Contact/commands/CreateContactCommand.d.ts
T

9 lines
262 B
TypeScript

import { ContactType } from '../../../Domain/Contact/ContactAggregate';
export interface CreateContactCommand {
name: string;
email: string;
userid?: string;
type: ContactType;
txt: string;
}
//# sourceMappingURL=CreateContactCommand.d.ts.map