interface Protocol.Animation.SetPausedRequestimport { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts"; const { SetPausedRequest } = Protocol.Animation; Propertiesanimations: string[]Animations to set the pause state of. paused: booleanPaused state to set to.