tranzak-node
Version:
TRANZAK API client for Nodejs
18 lines (11 loc) • 343 B
TypeScript
/**
* Copyright 2023 HolyCorn Software
* The tranzak-node library
* This module contains type definitions forAPIfunctions, that have to do with making transfers
*/
import './simple/types'
global {
namespace tranzak_node.payment.transfer {
type STATUS = tranzak_node.payment.STATUS | "PROCESSING"
}
}