Kottster Packages API Reference
    Preparing search index...

    Interface DashboardPageGetStatDataInput

    interface DashboardPageGetStatDataInput {
        periodEndDate?: string;
        periodStartDate?: string;
        statKey: string;
    }

    Hierarchy

    • DashboardPageInputBase
      • DashboardPageGetStatDataInput
    Index

    Properties

    periodEndDate?: string
    periodStartDate?: string
    statKey: string