Type alias ArangoSearchViewDescription

ArangoSearchViewDescription: GenericViewDescription & {
    type: "arangosearch";
}

Generated using TypeDoc