UNPKG

@openstream/client

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