Type Alias Filter

An advanced query filter to be used for complex user querying in the tenant.

type Filter = {
    filter?: string;
}
Index

Properties

Properties

filter?: string

The advanced filtering to be applied the query. All conditional statements within this query parameter are case insensitive.