Files
SerpentRace/SerpentRace_Backend/dist/Application/Chat/queries/GetChatsByPageQuery.d.ts
T

6 lines
154 B
TypeScript

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