Files
SerpentRace/SerpentRace_Backend/dist/Application/Contact/queries/GetContactsByPageQuery.d.ts
T

5 lines
130 B
TypeScript

export interface GetContactsByPageQuery {
from: number;
to: number;
}
//# sourceMappingURL=GetContactsByPageQuery.d.ts.map