SimplifiedFetch

Home > simplified-fetch > request

request type

config of fetch

Signature:

export declare type request = URN | {
    urn: URN;
    config?: Omit<BaseConfig, 'newName' | 'methodInName'>;
};

References: URN, BaseConfig