interface MercuryOptions {
    apiKey?: string;
    backendEndpoint: string;
    defaultMaxSingleSize?: number;
    graphqlEndpoint: string;
    jwt?: string;
    shouldFetchApiKey?: boolean;
}

Properties

apiKey?: string
backendEndpoint: string
defaultMaxSingleSize?: number
graphqlEndpoint: string
jwt?: string
shouldFetchApiKey?: boolean