Interface notebookStylesMessage

interface notebookStylesMessage {
    styles: Record<string, string>;
    type: "notebookStyles";
}

Properties

Properties

styles: Record<string, string>
type: "notebookStyles"