@adviser/cement - v0.0.0
    Preparing search index...

    Interface SendStat

    interface SendStat {
        startTime: Date;
        doneTime: Date;
        items: SendStatItem<unknown>[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    startTime: Date
    doneTime: Date
    items: SendStatItem<unknown>[]