Interface AccountReceivableThresholdRPC

interface AccountReceivableThresholdRPC {
    blocks: Record<string, `${number}`>;
}

Properties

Properties

blocks: Record<string, `${number}`>