Skip to content

Commit

Permalink
Clean up typedef
Browse files Browse the repository at this point in the history
  • Loading branch information
manzoorwanijk committed Dec 4, 2024
1 parent dd0115e commit 78b4c53
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/notices/src/store/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@
import { DEFAULT_CONTEXT, DEFAULT_STATUS } from './constants';
import type { NoticeOptions, ReducerAction } from './types';

/**
* @typedef {import('./types').NoticeAction} NoticeAction Notice action object.
*
* @typedef {import('./types').NoticeOptions} NoticeOptions Notice action object.
*/

let uniqueId = 0;

/**
Expand Down

0 comments on commit 78b4c53

Please sign in to comment.