import type { UNComponentsError } from './error.types'; export type UNComponentsOnLoadResponseData = { data: T, } export type UNComponentsOnLoadResponse = | UNComponentsOnLoadResponseData | UNComponentsError