ProfilePartialContentFragment: {
    __typename?: "Profile";
    handle?: string | null;
    name: string;
}

Type declaration

  • Optional __typename?: "Profile"
  • Optional handle?: string | null
  • name: string

Generated using TypeDoc