Type Alias AvailableTenantStatisticalReportsConnection

AvailableTenantStatisticalReportsConnection: {
    __typename?: "AvailableTenantStatisticalReportsConnection";
    edges?: Maybe<AvailableTenantStatisticalReportsEdge[]>;
    nodes?: Maybe<TenantStatisticalReportOutput[]>;
    pageInfo: PageInfo;
}

A connection to a list of items.

Type declaration