chore: Update something

This commit is contained in:
BluJ
2023-02-14 10:22:08 -07:00
parent 1c4a14d631
commit c47fc98620
3 changed files with 10 additions and 624 deletions

View File

@@ -140,6 +140,7 @@ export interface ListValueSpecObject {
export type UniqueBy =
| null
| undefined
| string
| { any: readonly UniqueBy[] | UniqueBy[] }
| { all: readonly UniqueBy[] | UniqueBy[] };