Interface ThingProps

Source
interface ThingProps {
    description?: string;
    label: string;
    name: string;
}

Properties§

Source§

description?: string

Source§

label: string

Source§

name: string