Interface RequestInitCfPropertiesImageMinify

interface RequestInitCfPropertiesImageMinify {
    css?: boolean;
    html?: boolean;
    javascript?: boolean;
}

Properties

css?: boolean
html?: boolean
javascript?: boolean