Skip to content

Commit 7a17e4b

Browse files
author
Petr Kachanovsky
committed
fix: typescript type for showIn
1 parent 5369d72 commit 7a17e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/types/Back.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1331,7 +1331,7 @@ export type ShowInInput = {
13311331
[key in AdminForthResourcePages]?: AllowedActionValue
13321332
} & {
13331333
all?: AllowedActionValue;
1334-
} & Array<AdminForthResourcePages | keyof typeof AdminForthResourcePages>;
1334+
} | Array<AdminForthResourcePages | keyof typeof AdminForthResourcePages>;
13351335

13361336
export type ShowIn = {
13371337
[key in AdminForthResourcePages]: AllowedActionValue

0 commit comments

Comments
 (0)