import { PaginatorResponse } from "./paginatorResponse.interface"; export interface Payload { queryResponse: any[]; pagination: PaginatorResponse; }