, * value: string|int|float|bool|list, * } * * @psalm-type SettingsDeclarativeForm = array{ * id: string, * priority: int, * section_type: 'admin'|'personal', * section_id: string, * storage_type: 'internal'|'external', * title: string, * description?: string, * doc_url?: string, * app: string, * fields: list, * } */ class ResponseDefinitions { }