Massive/plan.ts

6 lines
76 B
TypeScript

export interface Plan {
id: number;
days: string;
workouts: string;
}