Parameters for the getUuids operation.

interface GetUuidsParams {
    count?: number;
    headers?: OutgoingHttpHeaders;
    signal?: GenericAbortSignal;
}

Hierarchy

  • DefaultParams
    • GetUuidsParams

Properties

count?: number

Query parameter to specify the number of UUIDs to return.

headers?: OutgoingHttpHeaders
signal?: GenericAbortSignal