export type AccountAvatarUpdatesSubscription = { __typename?: 'Subscriptions', accountAvatarUpdates: { __typename?: 'AccountAvatarUpdatesPayload', avatars?: Array<{ __typename?: 'Avatar', id: string, default: boolean, deletable: boolean, initial: boolean, imageHash?: string | null, createdAt: string, updatedAt: string }> | null } };