Files
SerpentRace/SerpentRace_Backend/dist/Application/Organization/commands/CreateOrganizationCommand.d.ts
T

9 lines
242 B
TypeScript

export interface CreateOrganizationCommand {
name: string;
contactfname: string;
contactlname: string;
contactphone: string;
contactemail: string;
url?: string;
}
//# sourceMappingURL=CreateOrganizationCommand.d.ts.map