diff --git a/packages/frontend-core/src/api/other.ts b/packages/frontend-core/src/api/other.ts index b676a00fe7..c39538fd7b 100644 --- a/packages/frontend-core/src/api/other.ts +++ b/packages/frontend-core/src/api/other.ts @@ -1,5 +1,5 @@ import { - FetchBuiltinPermissionsRequest, + FetchBuiltinPermissionsResponse, FetchIntegrationsResponse, GetEnvironmentResponse, GetVersionResponse, @@ -11,7 +11,7 @@ export interface OtherEndpoints { getSystemStatus: () => Promise getBudibaseVersion: () => Promise getIntegrations: () => Promise - getBasePermissions: () => Promise + getBasePermissions: () => Promise getEnvironment: () => Promise }