Skip to content

Commit

Permalink
fix: app installation parameter types [NONE] (#2505)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolink authored Jan 7, 2025
1 parent d4c6232 commit 6fd5cac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/plain/entities/app-installation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import type {
GetAppInstallationParams,
GetSpaceEnvironmentParams,
PaginationQueryParams,
SpaceQueryParams,
} from '../../common-types'
import type { AppInstallationsForOrganizationProps } from '../../entities/app-definition'
import type {
Expand Down Expand Up @@ -59,7 +60,7 @@ export type AppInstallationPlainClientAPI = {
* ```
*/
getForOrganization(
params: OptionalDefaults<GetAppDefinitionParams>
params: OptionalDefaults<GetAppDefinitionParams & SpaceQueryParams>
): Promise<AppInstallationsForOrganizationProps>
/**
* Creates or updates an App Installation
Expand Down

0 comments on commit 6fd5cac

Please sign in to comment.