openpaul
    Preparing search index...

    Variable KeyLinkSchemaConst

    KeyLinkSchema: ZodObject<
        { from: ZodString; pattern: ZodString; to: ZodString; via: ZodString },
        "strip",
        ZodTypeAny,
        { from: string; pattern: string; to: string; via: string },
        { from: string; pattern: string; to: string; via: string },
    > = ...