cleanup
cleanup cleanup
This commit is contained in:
parent
7e049487c3
commit
9461cf1bee
7 changed files with 13 additions and 74 deletions
flow-typed
7
flow-typed/Collections.js
vendored
7
flow-typed/Collections.js
vendored
|
@ -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>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue