import type { RTALogCommonData } from './rta-log-common-data.js';
/**
 * A common log query response.
 *
 */
export type RTALogCommonResponse = {
    data?: RTALogCommonData;
} & Record<string, any>;
//# sourceMappingURL=rta-log-common-response.d.ts.map