@rvoh/dream
    Preparing search index...

    Type Alias OpenapiSchemaString

    OpenapiSchemaString: OpenapiSchemaCommonFields<
        {
            enum?: (string | null)[]
            | Readonly<(string | null)[]>;
            format?: string;
            maxLength?: number;
            minLength?: number;
            pattern?: string;
            type: "string" | ["string", "null"] | ["null", "string"];
        },
    >