interface UuidOptions {
    version: "all" | 1 | 4 | 7;
}

Properties

Properties

version: "all" | 1 | 4 | 7