AboutSupportDeveloper GuideVersion 45.150.101.1

Type Alias SerializedPerformanceOptions

SerializedPerformanceOptions: Omit<GetPerformanceStatsOptions, "include"> & {
    include?: SerializedFilter[];
}