Opaque
type Opaque<T, K> = T & object;
Defined in: src/structures/Types/Utils.ts:9
Helper for generating Opaque types.
Type declaration
Section titled “Type declaration”Name | Type | Defined in |
---|---|---|
__opaque__ | K | src/structures/Types/Utils.ts:9 |
Type Parameters
Section titled “Type Parameters”Type Parameter |
---|
T |
K |