/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type Data = { /** * Result of the method, if the method was read only. */ data: (string | number | any[] | boolean); }