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