Takaro - v0.7.2
    Preparing search index...

    Interface CurrencyFlowPointDTO

    CurrencyFlowPointDTO

    interface CurrencyFlowPointDTO {
        added: number;
        deducted: number;
        timestamp: string;
    }
    Index

    Properties

    added: number

    CurrencyFlowPointDTO

    deducted: number

    CurrencyFlowPointDTO

    timestamp: string

    CurrencyFlowPointDTO