mirror of
https://github.com/docmost/docmost.git
synced 2026-08-27 16:57:05 +08:00
10 lines
181 B
TypeScript
10 lines
181 B
TypeScript
export enum IntegrationType {
|
|
SLACK = 'slack',
|
|
GITHUB = 'github',
|
|
GITLAB = 'gitlab',
|
|
JIRA = 'jira',
|
|
LINEAR = 'linear',
|
|
GOOGLE_DOCS = 'google_docs',
|
|
FIGMA = 'figma',
|
|
}
|