/** * @module Types / RecordBuilder * @category Types */ /** * Defines how the current signer in the * builder should be read. */ export type SignerRecordReadOptions = { /** * Decrypt the secret using the password * present in the builder. */ plain?: boolean; };