Type Alias GetManyReleaseAssetParamsInternal

GetManyReleaseAssetParams: GetSpaceEnvironmentParams & {
    releaseId: string;
}