Type alias partialClient

partialClient: Partial<IUnknownClient> & {
    mac: string;
}

Type declaration

  • mac: string

Generated using TypeDoc