Files
FastGPT/packages/global/support/outLink/constant.ts
2023-10-22 23:54:04 +08:00

6 lines
92 B
TypeScript

export enum OutLinkTypeEnum {
share = 'share',
iframe = 'iframe',
apikey = 'apikey'
}