Description of the userEnum

interface iuserEnum {
    def?: string;
    vals: string[];
}

Properties

Properties

def?: string
vals: string[]