Generic empty WorkStep

Note Deprecated.

interface EmptyWorkStep {
    content: {};
    type: EmptyWorkStepType;
}

Properties

Properties

content: {}

Type declaration