import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { CatalogCustomAttributeDefinition } from "./CatalogCustomAttributeDefinition"; import { CatalogObjectBase } from "./CatalogObjectBase"; export declare const CatalogObjectCustomAttributeDefinition: core.serialization.ObjectSchema; export declare namespace CatalogObjectCustomAttributeDefinition { interface Raw extends CatalogObjectBase.Raw { custom_attribute_definition_data?: CatalogCustomAttributeDefinition.Raw | null; } }