/** * Valid reporting categories for messages. */ export type IoMessageCodeCategory = 'TOOLKIT' | 'SDK' | 'ASSETS' | 'ASSEMBLY'; //# sourceMappingURL=types.d.ts.map