AddressLabel

interface AddressLabel {
	/** @maxLength 40 */
	id?: string;
	/** @maxLength 100 */
	address: string;
	/** @maxLength 100 */
	name: string;
}