Traqula
    Preparing search index...
    interface Update {
        base?: string;
        prefixes: Record<string, string>;
        type: "update";
        updates: UpdateOperation[];
    }
    Index

    Properties

    base?: string
    prefixes: Record<string, string>
    type: "update"
    updates: UpdateOperation[]