export interface AddressList { id?: number; name?: string; address?: string; }