Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed May 9, 2022
1 parent 18f3bee commit 4e1c83f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { CaptureResult } from '..';
import { PLUGIN_ID } from '../../../common';
import { ConfigType } from '../../config';
import { ElementPosition } from '../get_element_position_data';
import { Screenshot } from '../get_screenshots';
import type { Screenshot } from '../types';

export enum Actions {
OPEN_URL = 'open-url',
Expand Down

0 comments on commit 4e1c83f

Please sign in to comment.