

class ExtractConfiguration {
  provider: { [providerType: string]: {
    credentialTable: { [credentialHashId: string]: boolean }
  } } = {}
}

export {
  ExtractConfiguration
}

