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

7 lines
182 B
TypeScript

export interface UpdateContactCommand {
id: string;
adminResponse?: string;
state?: number;
respondedBy?: string;
}
//# sourceMappingURL=UpdateContactCommand.d.ts.map