Type Alias VectorPropertiesModelOptions

VectorPropertiesModelOptions: VectorPropertiesBaseOptions & {
    url: string;
}