import { type default } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { StyleDeclarationEdit } = default.CSS;
A descriptor of operation to mutate style declaration text.
Properties
styleSheetId: StyleSheetId
The css style sheet identifier.
range: SourceRange
The range of the style text in the enclosing stylesheet.