Files
SerpentRace/SerpentRace_Backend/src/Application/Contact/commands/UpdateContactCommand.ts
T

7 lines
124 B
TypeScript

export interface UpdateContactCommand {
id: string;
adminResponse?: string;
state?: number;
respondedBy?: string;
}