interface ReservedOptions {
    client: ApolloClient<any>;
    count: number;
}

Properties

Properties

client: ApolloClient<any>
count: number

Generated using TypeDoc