export interface CreatePasswordResetOptions { email: string; } export interface SerializedCreatePasswordResetOptions { email: string; }