Skip to content

Commit

Permalink
Added declare window back to record's consent video
Browse files Browse the repository at this point in the history
  • Loading branch information
okaycj committed Oct 16, 2024
1 parent 4c48f41 commit c04e8ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/record/src/consentVideo.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import Data from "@lookit/data";
import { LookitWindow } from "@lookit/data/dist/types";
import chsTemplates from "@lookit/templates";
import { JsPsych, JsPsychPlugin, ParameterType, TrialType } from "jspsych";
import { version } from "../package.json";
Expand All @@ -9,6 +10,8 @@ import {
} from "./errors";
import Recorder from "./recorder";

declare const window: LookitWindow;

const info = <const>{
name: "consent-video",
version,
Expand Down

0 comments on commit c04e8ec

Please sign in to comment.