mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2024-12-17 11:08:58 +01:00
7 lines
166 B
TypeScript
7 lines
166 B
TypeScript
import config from '../../../config';
|
|
|
|
export default ({ _id, contentType }) => ({
|
|
type: 'Document',
|
|
mediaType: contentType,
|
|
url: `${config.drive_url}/${_id}`
|
|
});
|