Files
SerpentRace/SerpentRace_Backend/dist/Application/Deck/queries/GetDecksByPageQuery.d.ts
T

9 lines
220 B
TypeScript

export interface GetDecksByPageQuery {
from: number;
to: number;
userId: string;
userOrgId?: string;
isAdmin: boolean;
includeDeleted?: boolean;
}
//# sourceMappingURL=GetDecksByPageQuery.d.ts.map