mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-28 02:16:28 -07:00
7 lines
116 B
TypeScript
7 lines
116 B
TypeScript
|
export default (id, totalItems, orderedItems) => ({
|
||
|
id,
|
||
|
type: 'OrderedCollection',
|
||
|
totalItems,
|
||
|
orderedItems
|
||
|
});
|