@ma.vu/appdate
    Preparing search index...

    Interface GetNDaysOptions

    interface GetNDaysOptions {
        excludeStartDate?: boolean;
        startDate?: AppDate;
    }
    Index

    Properties

    excludeStartDate?: boolean
    startDate?: AppDate