Schema for a set of uuids generated by the server.

interface UuidsResult {
    uuids: string[];
}

Properties

Properties

uuids: string[]

uuids.

Generated using TypeDoc