@accelerated-software-development/caddy-api-client - v0.4.3
    Preparing search index...

    Interface InterceptHandler

    interface InterceptHandler {
        handle_response?: unknown[];
        handler: "intercept";
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    handle_response?: unknown[]
    handler: "intercept"