export default interface AccountAddress { id: string, owner: string, label: string, address: string, extensions: Array, }