Convert Add Indexer Modal to Typescript

This commit is contained in:
Bogdan
2024-07-26 06:25:37 +03:00
parent 5464b23329
commit f1fdec6822
9 changed files with 486 additions and 457 deletions
+1
View File
@@ -38,6 +38,7 @@ export interface IndexerField extends ModelBase {
interface Indexer extends ModelBase {
name: string;
definitionName: string;
description: string;
encoding: string;
language: string;