Member Junction
    Preparing search index...

    One page of accounts plus the pagination envelope.

    interface ApolloAccountsPage {
        accounts: ApolloAccount[];
        pagination: ApolloPagination;
    }
    Index

    Properties

    Properties

    accounts: ApolloAccount[]
    pagination: ApolloPagination