Type Alias UpdateGameParams
UpdateGameParams: Pick<Game, | "bannerUrl" | "description" | "developer" | "externalLinks" | "featuredUrl" | "iconUrl" | "id" | "isShow" | "name" | "relationCollections" | "releaseDate" | "slug"> & { collaborators: { role: string; username: string; }[] | []; tagIds: string[] | []; }