Documentation - v7.1.0
    Preparing search index...
    interface ResourceOptions {
        context?: Context;
        method?: string;
        resourceKey?: string;
        type?: ResourceType;
    }
    Index

    Properties

    context?: Context

    Resource context

    method?: string

    HTTP method

    resourceKey?: string

    Resource key

    type?: ResourceType

    Resource type

    'other'