UNPKG

aes70

Version:

A controller library for the AES70 protocol.

18 lines (15 loc) 398 B
/* * This file has been generated. */ import { OcaBlockMember } from './OcaBlockMember.js'; import { OcaString } from './OcaString.js'; import { Struct } from './Struct.js'; import { OcaDatasetSearchResult as type } from '../types/OcaDatasetSearchResult.js'; export const OcaDatasetSearchResult = Struct( { Object: OcaBlockMember, Name: OcaString, Type: OcaString, }, type );