Search


Search something to see results

BaseDimensions

interface BaseDimensions {
    navigationStart: number;
    piId: string;
    testGroup: string;
    testId: string;
    [key: string]: string | number;
}

Indexable

  • [key: string]: string | number

Index

Properties

Properties

navigationStart: number
piId: string
testGroup: string
testId: string