@telostat/prelude - v0.7.0
    Preparing search index...

    Interface SDateRange

    Type definition for date range.

    interface SDateRange {
        start: string;
        until: string;
    }
    Index

    Properties

    Properties

    start: string
    until: string