export type DeleteUserOptions = { /** * Enable or disable email verification for account deletion * @default undefined */ verification?: boolean }