mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
7 lines
167 B
TypeScript
7 lines
167 B
TypeScript
import config from '../../../../conf';
|
|
|
|
export default ({ _id, contentType }) => ({
|
|
type: 'Document',
|
|
mediaType: contentType,
|
|
url: `${config.drive_url}/${_id}`
|
|
});
|