import type { UNComponentsError } from './error.types'; export type UNComponentsOnLoadResponseData = { data: T; }; export type UNComponentsOnLoadResponse = UNComponentsOnLoadResponseData | UNComponentsError; //# sourceMappingURL=onLoadResponse.types.d.ts.map