UNPKG

togezr

Version:

Better together_

6 lines 374 B
export declare const GITHUB_ACCOUNT_TYPE = "GitHub"; export declare const SLACK_ACCOUNT_TYPE = "Slack"; export declare const TEAMS_ACCOUNT_TYPE = "Teams"; export declare type TAccountType = typeof GITHUB_ACCOUNT_TYPE | typeof SLACK_ACCOUNT_TYPE | typeof TEAMS_ACCOUNT_TYPE; export declare const KNOWN_ACCOUNT_TYPES: TAccountType[]; //# sourceMappingURL=TAccountType.d.ts.map