/**
 * Agravity OpenAPI Documentation - Public Functions
 *
 * Contact: support@agravity.io
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */

export interface AzSearchOptions {
	searchString?: string;
	limit?: number | null;
	skip?: number | null;
	collectiontypeid?: string | null;
	collectionid?: string | null;
	filter?: string | null;
	orderby?: string | null;
	mode?: string | null;
	broadness?: number | null;
	rel_id?: string | null;
	ids?: string | null;
	portal_id?: string | null;
	scopefilter?: string | null;
}
