interface UUIDOptions {
    version?:
        | 2
        | 1
        | 3
        | 4
        | 5;
}

Hierarchy

Properties

Properties

version?:
    | 2
    | 1
    | 3
    | 4
    | 5