mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-21 13:15:10 +01:00
7 lines
116 B
TypeScript
7 lines
116 B
TypeScript
|
export default (id, totalItems, orderedItems) => ({
|
||
|
id,
|
||
|
type: 'OrderedCollection',
|
||
|
totalItems,
|
||
|
orderedItems
|
||
|
});
|