wip
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export default (id, totalItems, orderedItems) => ({
|
||||
export default (id: string, totalItems: any, orderedItems: any) => ({
|
||||
id,
|
||||
type: 'OrderedCollection',
|
||||
totalItems,
|
||||
|
Reference in New Issue
Block a user