UNPKG

@ssa-ui-kit/widgets

Version:
12 lines (11 loc) 229 B
export interface ActivityItemProps { id?: string; activity: string; date: string; day?: string; max: number; currentValue: number; } export type ActivityResp = { [key: string]: ActivityItemProps[]; };