Function LayoutAdminSectionsSecurityVaultMutationSchema
LayoutAdminSectionsSecurityVaultMutationSchema(): ZodObject< Required< { dashboardURL?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; documentationURL?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; }, >,> Returns ZodObject<
Required<
{
dashboardURL?: ZodType<
undefined
| InputMaybe<string>,
any,
undefined | InputMaybe<string>,
>;
documentationURL?: ZodType<
undefined
| InputMaybe<string>,
any,
undefined | InputMaybe<string>,
>;
},
>,
>