interface FlowPluginOptions {
    all?: boolean;
    enums?: boolean;
}

Properties

Properties

all?: boolean
enums?: boolean