Variable listCodesByDeviceId
listCodesByDeviceId: (
input: {
deviceId: string;
tenantId: string;
userContext?: Record<string, any>;
},
) => Promise<undefined | DeviceType> = Wrapper.listCodesByDeviceId
Type declaration
- (
input: {
deviceId: string;
tenantId: string;
userContext?: Record<string, any>;
},
): Promise<undefined | DeviceType> Parameters
- input: { deviceId: string; tenantId: string; userContext?: Record<string, any> }
Returns Promise<undefined | DeviceType>