iceberg-js
    Preparing search index...

    Interface AssignUUIDUpdate

    interface AssignUUIDUpdate {
        action: "assign-uuid";
        uuid: string;
    }
    Index

    Properties

    Properties

    action: "assign-uuid"
    uuid: string