@sudoplatform/sudo-email

    Interface DateRange

    The Sudo Platform SDK representation of a date range object.

    DateRange

    interface DateRange {
        endDate: Date;
        startDate: Date;
    }
    Index

    Properties

    Properties

    endDate: Date

    The ending date of the range to query.

    startDate: Date

    The starting date of the range to query.

    MMNEPVFCICPMFPCPTTAAATR