mirror of
https://github.com/MisskeyIO/misskey
synced 2025-01-10 20:04:17 +09:00
7 lines
116 B
TypeScript
7 lines
116 B
TypeScript
export default (id, totalItems, orderedItems) => ({
|
|
id,
|
|
type: 'OrderedCollection',
|
|
totalItems,
|
|
orderedItems
|
|
});
|