UNPKG

@gooddata/react-components

Version:
12 lines (11 loc) 209 B
export interface IAttributeDisplayForm { meta: { title: string; uri: string; identifier: string; }; } export interface IAttributeElement { uri: string; title: string; }