@relaycorp/veraid
    Preparing search index...

    Interface IDatePeriod

    interface IDatePeriod {
        end: Date;
        start: Date;
    }
    Index

    Properties

    Properties

    end: Date
    start: Date