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