Skip to content

Commit

Permalink
add partner name
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Nov 13, 2024
1 parent 428407b commit a4aa8ee
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ class Partner(Node, frozen=True):
background_image: str
default_type: str
explore_button_text: str
id: str
icon: HttpUrl
id: str
logo: HttpUrl
name: str
resource_types: Sequence[str]
splash_feature_list: Sequence[str]
splash_subtitle: Optional[str]
Expand Down

0 comments on commit a4aa8ee

Please sign in to comment.