Type Alias PaginatedPolicies

PaginatedPolicies: {
    currentPage: Scalars["Int"]["output"];
    data: Policy[];
    lastPage: Scalars["Int"]["output"];
    nextPage?: Maybe<Scalars["Int"]["output"]>;
    prevPage?: Maybe<Scalars["Int"]["output"]>;
    total: Scalars["Int"]["output"];
    totalPages: Scalars["Int"]["output"];
}