Add the support of Empty and Non-Empty filter (#5773)
This commit is contained in:
committed by
GitHub
parent
9e08445bff
commit
9228667a57
@ -9,6 +9,11 @@ export type UUIDFilter = {
|
||||
is?: IsFilter;
|
||||
};
|
||||
|
||||
export type RelationFilter = {
|
||||
is?: IsFilter;
|
||||
in?: UUIDFilterValue[];
|
||||
};
|
||||
|
||||
export type BooleanFilter = {
|
||||
eq?: boolean;
|
||||
is?: IsFilter;
|
||||
|
||||
Reference in New Issue
Block a user