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

    Variable MitmwebOptionsSchemaConst

    MitmwebOptionsSchema: ZodObject<
        {
            listenAddress: ZodDefault<ZodOptional<ZodString>>;
            openBrowser: ZodDefault<ZodOptional<ZodBoolean>>;
            proxyPort: ZodDefault<ZodOptional<ZodNumber>>;
            scripts: ZodOptional<ZodArray<ZodString, "many">>;
            webPort: ZodDefault<ZodOptional<ZodNumber>>;
            workingDir: ZodOptional<ZodString>;
        },
        "strip",
        ZodTypeAny,
        {
            listenAddress: string;
            openBrowser: boolean;
            proxyPort: number;
            scripts?: string[];
            webPort: number;
            workingDir?: string;
        },
        {
            listenAddress?: string;
            openBrowser?: boolean;
            proxyPort?: number;
            scripts?: string[];
            webPort?: number;
            workingDir?: string;
        },
    > = ...

    Mitmweb options schema