mirror of
https://github.com/Gimanh/taskview-community.git
synced 2026-09-24 03:16:18 +00:00
feat: gitea integration
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export type IntegrationProvider = 'github' | 'gitlab';
|
||||
export type IntegrationProvider = 'github' | 'gitlab' | 'gitea';
|
||||
|
||||
export type IntegrationItem = {
|
||||
id: number;
|
||||
|
||||
Reference in New Issue
Block a user