interface IBasic {
    description?: string;
    name?: string;
    type: "basic";
}

Properties

description?: string
name?: string
type: "basic"