5 lines
82 B
TypeScript
5 lines
82 B
TypeScript
export class DeviceEmbedded {
|
|
readonly type?: string
|
|
readonly name?: string
|
|
}
|