jamespot-user-api
    Preparing search index...

    Type Alias FetchResponseType<T>

    type FetchResponseType<T> = {
        json: () => Promise<T>;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    json: () => Promise<T>