mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 13:03:50 +00:00
6 lines
92 B
TypeScript
6 lines
92 B
TypeScript
export enum OutLinkTypeEnum {
|
|
share = 'share',
|
|
iframe = 'iframe',
|
|
apikey = 'apikey'
|
|
}
|