import { GtagFnArgs } from './gtag.type'; /** * Provides an interface on a GA command list. */ export type DataLayer = GtagFnArgs[];