Member Junction
    Preparing search index...

    One page of contacts plus the pagination envelope.

    interface ApolloContactsPage {
        contacts: ApolloContact[];
        pagination: ApolloPagination;
    }
    Index

    Properties

    Properties

    contacts: ApolloContact[]
    pagination: ApolloPagination