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

    Variable ExtendedRouteMatcherSchemaConst

    ExtendedRouteMatcherSchema: z.ZodType<
        z.infer<typeof BaseRouteMatcherSchema> & {
            not?: z.infer<typeof BaseRouteMatcherSchema>[];
        },
    > = ...

    Extended route matchers schema - covers more matcher types