aes70
Version:
A controller library for the AES70 protocol.
8 lines (7 loc) • 327 B
TypeScript
/*
* This file has been generated.
*/
import { IOcaActionObjectSearchResult } from './OcaActionObjectSearchResult';
import { OcaActionObjectSearchResult } from './OcaActionObjectSearchResult';
export type IOcaObjectSearchResult = IOcaActionObjectSearchResult;
export { OcaActionObjectSearchResult as OcaObjectSearchResult };