Documentation - v0.0.1
    Preparing search index...

    Type Alias FetchOptionType<E>

    FetchOptionType: Pick<E, "pathParams" | "query" | "body" | "method">

    Passable options to the fetch method of ApiService, derived from the endpoint type.

    Type Parameters