import type { RTALogCommonResult } from './rta-log-common-result.js';
/**
 * Representation of the 'RTALogCommonData' schema.
 */
export type RTALogCommonData = {
    result?: RTALogCommonResult;
} & Record<string, any>;
//# sourceMappingURL=rta-log-common-data.d.ts.map