remove export from CommunityApi

This commit is contained in:
Ulf Gebhardt 2023-05-30 09:39:06 +02:00
parent c44b589df5
commit 38b17678eb
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

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
}