PerformanceMarkOptions
Options which are used in conjunction with performance.mark
. Check out the
MDN
performance.mark()
documentation for more details.
interface PerformanceMarkOptions {
detail?: any;
detail?: any;
startTime?: number;
startTime?: number;
}