Type alias DataManagerRegexFilter

DataManagerRegexFilter: {
    $options?: string;
    $regex: string;
}

Type declaration