Type Alias PaginatedThemeGroups

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