Skip to content

Commit f6857cd

Browse files
LuLaValvaDylanPiercey
authored andcommitted
fix(ts): core tag types
1 parent 22112e5 commit f6857cd

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/** File for types only, not actual implementation **/
22

33
export interface Input {
4-
value?: unknown;
4+
value?: any;
55
}

packages/runtime-tags/tags/do.d.marko

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/** File for types only, not actual implementation **/
22

33
export interface Input {
4-
value: unknown;
4+
value: any;
55
}

0 commit comments

Comments
 (0)