/**
 * VRt.Studio [ST]
 *
 * The version of the OpenAPI document: 7.18.2755
 * Contact: servicedesk@veeroute.com
 *
 * NOTE: This class is auto generated by OpenAPI Generator.
 * Do not edit the class manually.
 */
/**
 * String list filter.
 */
export interface TableFilterStringListStudio {
    [key: string]: any | any;
    /**
     * A list of strings.
     */
    elements?: Array<string | null>;
    /**
     * Exact match (`false`) or search by occurrence of a sublist (`true`).
     */
    strict?: boolean;
}
