Keep one of the interfaces as the default one #107
Annotations
10 errors
|
build:
src/components/dictionaries/DictionaryItemsCard.vue#L187
Property 'op' does not exist on type 'DictionaryEntity'.
|
|
build:
src/components/dictionaries/DictionaryItemsCard.vue#L141
Property 'op' does not exist on type 'DictionaryEntity'.
|
|
build:
src/components/dictionaries/DictionaryItemsCard.vue#L141
Property 'op' does not exist on type 'DictionaryEntity'.
|
|
build:
src/components/dictionaries/DictionaryItemsCard.vue#L79
Property 'item_value' does not exist on type 'DictionaryEntity'.
|
|
build:
src/components/dictionaries/DictionaryItemsCard.vue#L79
Property 'item_value' does not exist on type 'DictionaryEntity'.
|
|
build:
src/components/dictionaries/DictionaryItemsCard.vue#L79
Property 'item_key' does not exist on type 'DictionaryEntity'.
|
|
build:
src/components/dictionaries/DictionaryItemsCard.vue#L79
Property 'item_key' does not exist on type 'DictionaryEntity'.
|
|
build:
src/components/dictionaries/DictionaryCard.vue#L107
Conversion of type '{ id: string; name: string; write_only: false; items: DictionaryItemEntity[]; service_id: string; }' to type 'DictionaryEntity' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
|
build:
src/components/dictionaries/DictionaryCard.vue#L81
Type 'DictionaryEntity[]' is not assignable to type 'DictionaryItemEntity[]'.
|
|
build:
src/components/dictionaries/DictionaryCard.vue#L65
Type 'DictionaryEntity[]' is not assignable to type 'DictionaryItemEntity[]'.
|