@antoinette-agency/sofetch
    Preparing search index...

    Interface SoFetchRequest

    interface SoFetchRequest {
        body: undefined | object;
        headers: Record<string, string>;
        method: string;
        url: string;
    }
    Index

    Properties

    Properties

    body: undefined | object
    headers: Record<string, string>
    method: string
    url: string