export default interface UnlockConnectorResponse { status: 'Unlocked' | 'UnlockFailed' | 'NotSupported'; }