• Preparing search index...
  • The search index is not available
root
  • root
  • lib/content/zod/schema
  • LayoutAdminFilterSchema

Function LayoutAdminFilterSchema

  • LayoutAdminFilterSchema(): ZodObject<
        Required<
            {
                internalLinks?: ZodType<
                    undefined
                    | InputMaybe<LayoutAdminInternalLinksFilter>,
                    any,
                    undefined | InputMaybe<LayoutAdminInternalLinksFilter>,
                >;
                sections?: ZodType<
                    undefined
                    | InputMaybe<LayoutAdminSectionsFilter>,
                    any,
                    undefined | InputMaybe<LayoutAdminSectionsFilter>,
                >;
            },
        >,
    >

    Returns ZodObject<
        Required<
            {
                internalLinks?: ZodType<
                    undefined
                    | InputMaybe<LayoutAdminInternalLinksFilter>,
                    any,
                    undefined | InputMaybe<LayoutAdminInternalLinksFilter>,
                >;
                sections?: ZodType<
                    undefined
                    | InputMaybe<LayoutAdminSectionsFilter>,
                    any,
                    undefined | InputMaybe<LayoutAdminSectionsFilter>,
                >;
            },
        >,
    >

    • Defined in lib/content/zod/schema.ts:448

Settings

Member Visibility
root
  • Loading...

Generated using TypeDoc