Files
SerpentRace/SerpentRace_Backend/dist/Application/User/queries/GetUserByIdQuery.d.ts
T

4 lines
100 B
TypeScript

export interface GetUserByIdQuery {
id: string;
}
//# sourceMappingURL=GetUserByIdQuery.d.ts.map