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 |