Merge pull request #3021 from gradido/federation-remove-export

refactor(federation): remove export from CommunityApi
This commit is contained in:
Ulf Gebhardt 2023-05-31 11:08:23 +02:00 committed by GitHub
commit 32c1338c42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ enum ApiVersionType {
V1_1 = '1_1',
V2_0 = '2_0',
}
export type CommunityApi = {
type CommunityApi = {
api: string
url: string
}