@karmaniverous/smoz
    Preparing search index...
    type AppHttpConfig = {
        defaults?: HttpStackOptions & {
            extend?: Extend;
            transform?: HttpTransform;
        };
        profiles?: Record<string, HttpProfile>;
    }
    Index

    Properties

    Properties

    defaults?: HttpStackOptions & { extend?: Extend; transform?: HttpTransform }
    profiles?: Record<string, HttpProfile>