Type alias SendRecoveryEmailArg

SendRecoveryEmailArg: {
    templateId?: string;
    userId: string;
}

Type declaration

  • Optional templateId?: string
  • userId: string