Skip to content

Commit 9d8bc2c

Browse files
HyteqHyteq
authored andcommitted
fix: missing websites types for validation
1 parent a50ba20 commit 9d8bc2c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

packages/validation/src/index.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
export type IInterval = 'second' | 'minute' | 'hour' | 'day' | 'week' | 'month' | 'year';
2-
3-
export * from './websites'
1+
export type IInterval = 'second' | 'minute' | 'hour' | 'day' | 'week' | 'month' | 'year';

0 commit comments

Comments
 (0)