import type { RTALogCommonResultItem } from './rta-log-common-result-item.js';
/**
 * Representation of the 'RTALogCommonResult' schema.
 */
export type RTALogCommonResult = RTALogCommonResultItem[];
//# sourceMappingURL=rta-log-common-result.d.ts.map