/** * A code family summary row. */ export type CodeOut = { /** * Short code: 'irc', 'ibc', 'nec', 'iecc', 'ipc' */ id: string; name: string; publisher: string; description?: (string | null); default_edition: string; available_editions?: Array; }; //# sourceMappingURL=CodeOut.d.ts.map