Files
SerpentRace/SerpentRace_Backend/src/Application/Chat/queries/GetChatsByPageQuery.ts
T

6 lines
105 B
TypeScript

export interface GetChatsByPageQuery {
from: number;
to: number;
includeDeleted?: boolean;
}