configs
configs: { context: { is_global: boolean; project_ids: number[] }; options: { default_value: string; is_required: boolean; items: string } }
Type declaration
context: { is_global: boolean; project_ids: number[] }
is_global: boolean
project_ids: number[]
options: { default_value: string; is_required: boolean; items: string }
default_value: string
is_required: boolean
items: string