export interface ObjectABIReturn extends ABIReturnBase { readonly type: 'Object'; readonly properties: { readonly [key: string]: ABIReturn }; }