Discriminated mapping between a DeviceKind key and its strongly-typed device interface.
Used as a lookup table by the DeviceOf utility type.
type Oath = DeviceByKind['oath']; // OathDevice Copy
type Oath = DeviceByKind['oath']; // OathDevice
BoundDevice
OathDevice
ProfileDevice
PushDevice
WebAuthnDevice
Discriminated mapping between a DeviceKind key and its strongly-typed device interface.
Remarks
Used as a lookup table by the DeviceOf utility type.
Example