@cpod/sdk - v0.2.7
    Preparing search index...

    Interface GetDashboardKPIsOptions

    interface GetDashboardKPIsOptions {
        period?: "day" | "week" | "month" | "year";
        startDate?: string;
        endDate?: string;
    }
    Index

    Properties

    period?: "day" | "week" | "month" | "year"
    startDate?: string
    endDate?: string