GetTenantDotStatsData: {
    body?: never;
    path: {
        tenantId: string;
    };
    query?: {
        from?: string;
        to?: string;
    };
    url: "/backoffice/tenants/{tenantId}/dot-stats";
}

Type declaration

  • Optionalbody?: never
  • path: {
        tenantId: string;
    }
    • tenantId: string
  • Optionalquery?: {
        from?: string;
        to?: string;
    }
    • Optionalfrom?: string

      기본: to − 30일

    • Optionalto?: string

      기본: 현재

  • url: "/backoffice/tenants/{tenantId}/dot-stats"