waifuim
    Preparing search index...

    Interface RequestOptions

    interface RequestOptions {
        body?: unknown;
        method?: "GET" | "POST" | "PUT" | "PATCH" | "DELETE";
        query?: object;
    }
    Index

    Properties

    Properties

    body?: unknown
    method?: "GET" | "POST" | "PUT" | "PATCH" | "DELETE"
    query?: object