Interface SrRequestOptions

interface SrRequestOptions {
    headers?: Record<string, unknown>;
    method?: "GET";
}

Properties

Properties

headers?: Record<string, unknown>
method?: "GET"