/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type PrivKey = { /** * Generated private key. */ key?: string; }