feat(models): support streamId, branchId in models

This commit is contained in:
Gergő Jedlicska
2024-11-11 06:09:53 +01:00
parent 7fb3a97ee5
commit 1c19f67dd2
8 changed files with 55 additions and 32 deletions
@@ -183,7 +183,7 @@ type SubscriptionTypeMap = {
payload: {
projectVersionsUpdated: Merge<
ProjectVersionsUpdatedMessage,
{ version: Nullable<VersionGraphQLReturn> }
{ version: Nullable<Omit<VersionGraphQLReturn, 'branchId'>> }
>
projectId: string
}