Extraction schema (#398)
This commit is contained in:
5
packages/support/outLink/constant.ts
Normal file
5
packages/support/outLink/constant.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export enum OutLinkTypeEnum {
|
||||
'share' = 'share',
|
||||
'iframe' = 'iframe',
|
||||
apikey = 'apikey'
|
||||
}
|
||||
Reference in New Issue
Block a user