Capsium TypeScript API
    Preparing search index...

    Variable basicAuthSchemaConst

    basicAuthSchema: ZodObject<
        {
            enabled: ZodBoolean;
            passwdFile: ZodString;
            realm: ZodOptional<ZodString>;
        },
        $strip,
    > = ...