mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-30 03:36:44 -06:00
6 lines
116 B
TypeScript
6 lines
116 B
TypeScript
export default (id, totalItems, orderedItems) => ({
|
|
id,
|
|
type: 'OrderedCollection',
|
|
totalItems,
|
|
orderedItems
|
|
});
|