export type PropertyModel = { classID: string; type?: string; pageClass?: string; datasource?: any; dataRetrievalType: string; isDeclarativeTarget: boolean; additionalInformation?: string | null; label?: string; }; export type GenAICoachModel = { label: string; insName: string; classID: string; isDeclarativeTarget?: boolean; }; export type DataPageStore = { name: string; isAlternateKeyStorage: boolean; linkedField: string; };