export interface PageInstructions { definition: { widgets?: PageInstructions[]; styleClass?: string; breadcrumb?: any[]; }; info: { type: string; }; }