settingsProfileFormSchema: ZodObject<
    { username: ZodString },
    "strip",
    ZodTypeAny,
    { username?: string },
    { username?: string },
> = ...