UuidString TypeAlias
A 128-bit Universally Unique IDentifier. Represented here with a string of the form xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx, where x is a lowercase hex digit.
Signature
export declare type UuidString = string & {
readonly UuidString: '9d40d0ae-90d9-44b1-9482-9f55d59d5465';
};