import type { TrckCustomInfoObject } from './trck-custom-info-object.js';
/**
 * Representation of the 'TrckCustomInfoObjectList' schema.
 */
export type TrckCustomInfoObjectList = TrckCustomInfoObject[];
//# sourceMappingURL=trck-custom-info-object-list.d.ts.map