UNPKG

tranzak-node

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