interface MtnAPISoftVerifyParams { account: string; collection?: string; list?: string; } export default MtnAPISoftVerifyParams;