cleanup

cleanup
This commit is contained in:
zeppi 2021-06-01 12:19:35 -04:00 committed by jessopb
parent 7e049487c3
commit 9461cf1bee
7 changed files with 13 additions and 74 deletions
flow-typed

View file

@ -1,10 +1,3 @@
declare type CollectionUpdateParams = {
remove?: boolean,
claims?: Array<Claim>,
name?: string,
order?: { from: number, to: number },
}
declare type Collection = {
id: string,
items: Array<?string>,