@arolariu/website / sites/arolariu.ro/src/lib/utils.generic / LAST_GUID
Variable: LAST_GUID
constLAST_GUID:"99999999-9999-9999-9999-999999999999"="99999999-9999-9999-9999-999999999999"
Defined in: lib/utils.generic.ts:88
The maximum possible GUID value (all 9s).
Remarks
Used as a sentinel value to represent special states such as "public" access.
For example, when this GUID is present in an invoice's sharedWith array,
the invoice is publicly accessible to anyone with the link.
Value: "99999999-9999-9999-9999-999999999999"
See
EMPTY_GUID - The minimum GUID value (all 0s)