export interface PropertiesModel { code: string; description: string; pageId: number; value: string; }