TransferState type

Transfer state

type TransferState = "None" | "Transferring" | "Transferred" | "Failed"