export interface CodeListEntry {
    code: string;
    name?: string;
    description?: string;
}
export type CodeList = CodeListEntry[];
//# sourceMappingURL=types.d.ts.map