@sodazone/ocelloids-client - v3.0.0
    Preparing search index...

    Type Alias RequestOptions

    type RequestOptions = {
        body?: unknown;
        headers?: Record<string, string>;
        hooks?: any;
        method?: "GET" | "POST" | "PUT" | "DELETE";
    }
    Index

    Properties

    body?: unknown
    headers?: Record<string, string>
    hooks?: any
    method?: "GET" | "POST" | "PUT" | "DELETE"