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

    Variable getDomainRecordRequestSchemaConst

    getDomainRecordRequestSchema: ZodObject<
        {
            body: ZodOptional<ZodNever>;
            path: ZodObject<{ domainId: ZodInt; recordId: ZodInt }, $strip>;
            query: ZodOptional<ZodNever>;
        },
        $strip,
    > = ...