mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-05 12:43:09 +02:00
chore: remove unused type
This commit is contained in:
parent
3f86903cae
commit
cb9cbc8f15
1 changed files with 1 additions and 2 deletions
|
@ -29,8 +29,7 @@ type Q =
|
|||
{ op: 'is not null', k: K} |
|
||||
{ op: 'and', qs: Q[] } |
|
||||
{ op: 'or', qs: Q[] } |
|
||||
{ op: 'not', q: Q } |
|
||||
{ op: 'in', qs: Q[] };
|
||||
{ op: 'not', q: Q };
|
||||
|
||||
function compileValue(value: V): string {
|
||||
if (typeof value === 'string') {
|
||||
|
|
Loading…
Reference in a new issue