import { type OBJECT_CLASS } from "../InformationFramework/OBJECT-CLASS.oca.mjs"; /** * @summary epcTagInfoObj * @description * * ### ASN.1 Definition: * * ```asn1 * epcTagInfoObj OBJECT-CLASS ::= { * SUBCLASS OF { top } * KIND auxiliary * MAY CONTAIN { epc | * epcInUrn | * contentUrl | * tagLocation } * LDAP-NAME {"epcTagInfoObj"} * ID id-oc-epcTagInfoObj } * ``` * * @constant * @type {OBJECT_CLASS} * @implements {OBJECT_CLASS} */ export declare const epcTagInfoObj: OBJECT_CLASS; //# sourceMappingURL=epcTagInfoObj.oa.d.mts.map