@flowscripter/dynamic-cli-framework
    Preparing search index...

    Interface FixedColorEffect

    interface FixedColorEffect {
        color: string;
        type: "fixed";
    }
    Index
    color: string
    type: "fixed"