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

    Interface ByteRangeColor

    interface ByteRangeColor {
        color: string;
        end: number;
        start: number;
    }
    Index
    color: string
    end: number
    start: number