UNPKG

@openstream/client

Version:
9 lines 262 B
import type { DateTime } from "../DateTime.js"; export type EmailVerificationCode = { _id: string; email: string; hash: string; used_at: DateTime | null | undefined; created_at: DateTime; }; //# sourceMappingURL=EmailVerificationCode.d.ts.map