Skip to content

Instantly share code, notes, and snippets.

@haldarmahesh
Created May 13, 2026 15:34
Show Gist options
  • Select an option

  • Save haldarmahesh/11e8714da52dba43c8922ff39c0b0785 to your computer and use it in GitHub Desktop.

Select an option

Save haldarmahesh/11e8714da52dba43c8922ff39c0b0785 to your computer and use it in GitHub Desktop.
interface User {
id: string;
email: string;
isVerified: boolean;
verifiedAt?: Date;
verificationToken?: string;
verificationTokenExpiresAt?: Date;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment