Files
SerpentRace/SerpentRace_Backend/src/Application/Deck/queries/GetDeckByIdQuery.ts
T

4 lines
52 B
TypeScript

export interface GetDeckByIdQuery {
id: string;
}