import type * as Square from "../index"; export interface Reference { /** * The type of entity a channel is associated with. * See [Type](#type-type) for possible values */ type?: Square.ReferenceType; /** The id of the entity a channel is associated with. */ id?: string; }