import { InsightPayload } from '../../entity/insights/insightPayload'; import { ZeniAPIResponse } from '../../responsePayload'; export interface InsightsCardPayload { insights: InsightPayload[]; first_month_of_fiscal_year?: string; } export type InsightsCardResponse = ZeniAPIResponse;