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

    Interface InvokeHandler

    interface InvokeHandler {
        handler: "invoke";
        name?: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    handler: "invoke"
    name?: string