@akamai/openapi-ts
    Preparing search index...

    Variable postProfilePhoneNumberRequestSchemaConst

    postProfilePhoneNumberRequestSchema: ZodObject<
        {
            body: ZodOptional<
                ZodObject<{ iso_code: ZodString; phone_number: ZodString }, $strip>,
            >;
            path: ZodOptional<ZodNever>;
            query: ZodOptional<ZodNever>;
        },
        $strip,
    > = ...