/** * Defines the visibility of a custom attribute to sellers in Square * client applications, Square APIs or in Square UIs (including Square Point * of Sale applications and Square Dashboard). */ export declare const CatalogCustomAttributeDefinitionSellerVisibility: { readonly SellerVisibilityHidden: "SELLER_VISIBILITY_HIDDEN"; readonly SellerVisibilityReadWriteValues: "SELLER_VISIBILITY_READ_WRITE_VALUES"; }; export type CatalogCustomAttributeDefinitionSellerVisibility = (typeof CatalogCustomAttributeDefinitionSellerVisibility)[keyof typeof CatalogCustomAttributeDefinitionSellerVisibility];