Alokai

Filter

interface Filter {
	name: string;
	type: AttributeType;
	value: any;
}

Properties

NameRequiredTypeDescription
nameRequiredstring
typeRequiredAttributeType
valueRequiredany

Referenced Types

On this page