aes70
Version:
A controller library for the AES70 protocol.
17 lines (14 loc) • 334 B
JavaScript
/*
* This file has been generated.
*/
import { OcaBlob } from './OcaBlob.js';
import { OcaString } from './OcaString.js';
import { Struct } from './Struct.js';
import { OcaTypedBlob as type } from '../types/OcaTypedBlob.js';
export const OcaTypedBlob = Struct(
{
ContentType: OcaString,
Content: OcaBlob,
},
type
);