Type Alias PaginatedSdConfigs

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