diff --git a/packages/web/lib/networking/mutations/markEmailAsItemMutation.ts b/packages/web/lib/networking/mutations/markEmailAsItemMutation.ts index 9f8fb8d9b..fc6e60690 100644 --- a/packages/web/lib/networking/mutations/markEmailAsItemMutation.ts +++ b/packages/web/lib/networking/mutations/markEmailAsItemMutation.ts @@ -5,12 +5,12 @@ type MarkEmailAsItemDataResponseData = { } type MarkEmailAsItemData = { - success: Boolean + success: boolean errorCodes?: unknown[] } export async function markEmailAsItemMutation( - recentEmailId: String + recentEmailId: string ): Promise { const mutation = ` mutation MarkRecentEmailAsItem($recentEmailId: ID!) {