interface WorkFlyover {
    name: string;
    params: any;
}

Hierarchy (view full)

Properties

Properties

name: string
params: any