mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-25 07:43:08 +02:00
7 lines
116 B
TypeScript
7 lines
116 B
TypeScript
|
export default (id, totalItems, orderedItems) => ({
|
||
|
id,
|
||
|
type: 'OrderedCollection',
|
||
|
totalItems,
|
||
|
orderedItems
|
||
|
});
|