ohmyform-api/src/entity/embedded/device.embedded.ts
2021-05-02 12:43:54 +02:00

5 lines
82 B
TypeScript

export class DeviceEmbedded {
readonly type?: string
readonly name?: string
}