export interface AdminUsersSessionResetResponse { ok?: boolean; error?: string; needed?: string; provided?: string; }