Skip to content

Instantly share code, notes, and snippets.

@rayrayzayzay
Created July 18, 2022 23:17
Show Gist options
  • Save rayrayzayzay/e78acb195451bfbbcd1790c906d59fae to your computer and use it in GitHub Desktop.
Save rayrayzayzay/e78acb195451bfbbcd1790c906d59fae to your computer and use it in GitHub Desktop.
✅ New states for new requirements
type UserProfileRefetchAfterError = {
status: "refetch-after-error"
errorMessage: string
statusCode: number
}
type UserProfileRefetchAfterSuccess = {
status: "refetch-after-success"
data: UserProfileData
statusCode: number
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment