Interface ActionScreenshotTaken

A screenshot was taken

interface ActionScreenshotTaken {
    type: "screenshot_taken";
}

Properties

Properties

type: "screenshot_taken"