user-service
    Preparing search index...

    Variable UpdateUsernameSchemaConst

    UpdateUsernameSchema: ZodObject<
        {
            body: ZodObject<{ username: ZodString }, $strip>;
            params: ZodObject<{ id: ZodUUID }, $strip>;
        },
        $strip,
    > = ...