Files
SerpentRace/SerpentRace_Backend/dist/Application/Organization/queries/GetOrganizationsByPageQuery.d.ts
T

6 lines
170 B
TypeScript

export interface GetOrganizationsByPageQuery {
from: number;
to: number;
includeDeleted?: boolean;
}
//# sourceMappingURL=GetOrganizationsByPageQuery.d.ts.map