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

5 lines
128 B
TypeScript

export interface DeleteContactCommand {
id: string;
hard?: boolean;
}
//# sourceMappingURL=DeleteContactCommand.d.ts.map