AppleSauce
    Preparing search index...

    Type Alias RequestOptions

    type RequestOptions = {
        id?: string;
        retries?: number;
    }
    Index

    Properties

    Properties

    id?: string
    retries?: number