Type alias SignCommandDTO

SignCommandDTO: Record<string, any> & {
    sign: Record<string, any>;
}

Type declaration

  • sign: Record<string, any>