We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5369d72 commit 7a17e4bCopy full SHA for 7a17e4b
adminforth/types/Back.ts
@@ -1331,7 +1331,7 @@ export type ShowInInput = {
1331
[key in AdminForthResourcePages]?: AllowedActionValue
1332
} & {
1333
all?: AllowedActionValue;
1334
-} & Array<AdminForthResourcePages | keyof typeof AdminForthResourcePages>;
+} | Array<AdminForthResourcePages | keyof typeof AdminForthResourcePages>;
1335
1336
export type ShowIn = {
1337
[key in AdminForthResourcePages]: AllowedActionValue
0 commit comments