hap-fluent / CharacteristicNamesOf
Type Alias: CharacteristicNamesOf<T>
ts
type CharacteristicNamesOf<T> = keyof Omit<InterfaceForService<T>, "UUID" | "serviceName">;Defined in: packages/hap-fluent/src/FluentService.ts:142
Type Parameters
| Type Parameter |
|---|
T extends typeof Service |