Interface IRenderInfo

interface IRenderInfo {
    label: string;
    type: string;
}

Properties

Properties

label: string
type: string