mirror of
https://github.com/strapi/strapi.git
synced 2025-08-04 23:03:00 +00:00
11 lines
156 B
JavaScript
11 lines
156 B
JavaScript
![]() |
export const AssetType = {
|
||
|
Video: 'video',
|
||
|
Image: 'image',
|
||
|
Document: 'doc',
|
||
|
};
|
||
|
|
||
|
export const AssetSource = {
|
||
|
Url: 'url',
|
||
|
Computer: 'computer',
|
||
|
};
|