# Transferout

General call of tasks:

let transferOut = domainrobot.transferOut().answer(domain, type)

List of all available tasks (with typescript defintions) with linked examples (if available):

  • list(model: DomainRobotModels.Query, keys?: String[]): DomainRobotResult<JsonResponseDataTransferOut, Number>;
  • answer(domain: String, type: String): DomainRobotResult<JsonResponseDataTransferOut, Number>;