/** * Model: GetLibraryAnalyticsComponentActions200ResponseRows * * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. * */ import { LibraryAnalyticsComponentActionsByAsset } from '../library-analytics-component-actions-by-asset'; import { LibraryAnalyticsComponentActionsByTeam } from '../library-analytics-component-actions-by-team'; /** * An array of analytics data. */ export type GetLibraryAnalyticsComponentActions200ResponseRows = LibraryAnalyticsComponentActionsByAsset[] | LibraryAnalyticsComponentActionsByTeam[]; //# sourceMappingURL=get-library-analytics-component-actions200-response-rows.d.ts.map