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

    Interface MapHandler

    interface MapHandler {
        defaults?: string[];
        destinations?: string[];
        handler: "map";
        mappings?: { input?: string; outputs?: unknown[] }[];
        source?: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    defaults?: string[]
    destinations?: string[]
    handler: "map"
    mappings?: { input?: string; outputs?: unknown[] }[]
    source?: string