Import an Adventure document into the world, then await its completion.

interface ImportAdventureDrive {
    kind: "import-adventure";
    uuid: string;
}

Properties

Properties

kind: "import-adventure"
uuid: string

UUID of the Adventure to import (world or compendium).