export interface ElementsResponse { name: string; key: string; reactions: Reactions[]; } export interface Reactions { name: string; elements: string[]; description: string; } //# sourceMappingURL=ElementsResponse.d.ts.map