export interface DisplayJsonAttribute { web_short_name: string; web_description: string; common: boolean; disabled: boolean; date_time_field_order?: number | null; text_field_order?: number | null; web_locale_key?: string; }