Skip to content

Commit d5af221

Browse files
committed
types
1 parent 275b225 commit d5af221

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ declare global {
3030
}
3131

3232
interface ViewTransition {
33-
types?: Set<string>;
33+
readonly types?: Set<string>;
3434
}
3535
interface Window {
3636
navigation?: Navigation;

0 commit comments

Comments
 (0)