Type Alias CommonPropertyValues
CommonPropertyValues: {
[p: string]: {
label: string;
objects: (Literal | { label: string; termType: "NamedNode"; uri: string })[];
};
}
Type declaration
[p: string]: {
label: string;
objects: (Literal | { label: string; termType: "NamedNode"; uri: string })[];
}