4 lines
100 B
TypeScript
4 lines
100 B
TypeScript
export interface GetDeckByIdQuery {
|
|
id: string;
|
|
}
|
|
//# sourceMappingURL=GetDeckByIdQuery.d.ts.map
|