• Returns ZodObject<
        Required<
            {
                basename: ZodType<string, any, string>;
                breadcrumbs: ZodType<string[]>;
                collection: ZodType;
                extension: ZodType<string, any, string>;
                filename: ZodType<string, any, string>;
                hasReferences?: ZodType<
                    undefined
                    | Maybe<boolean>,
                    any,
                    undefined | Maybe<boolean>,
                >;
                path: ZodType<string, any, string>;
                relativePath: ZodType<string, any, string>;
                template: ZodType<string, any, string>;
                title?: ZodType<
                    undefined
                    | Maybe<string>,
                    any,
                    undefined | Maybe<string>,
                >;
            },
        >,
    >