Mayson Monorepo Documentation
    Preparing search index...
    interface Period {
        end: number;
        start: number;
    }
    Index

    Properties

    Properties

    end: number

    The end of the period, which must be greater than or equal to the start. This value is inclusive.

    start: number

    The start of the period. This value is inclusive.