png-compressor
    Preparing search index...

    Type Alias JsonBlock

    type JsonBlock = {
        name: string;
        type: "json";
        value: JsonValue;
    }
    Index

    Properties

    Properties

    name: string
    type: "json"
    value: JsonValue