interface ReferenceProps {
    context: string;
    inheritedProps: {
        [key: string]: any;
    }[];
    name: string;
    type?: string;
    visibility?: boolean;
}

Properties

context: string
inheritedProps: {
    [key: string]: any;
}[]
name: string
type?: string
visibility?: boolean