export interface IPlan { id: string; name: string; content: any; query: string; createdOn: Date; }