Files
SerpentRace/SerpentRace_Backend/src/Application/Contact/queries/GetContactByIdQuery.ts
T

4 lines
55 B
TypeScript

export interface GetContactByIdQuery {
id: string;
}