I have a code like below in the project
type ActionT = \'add\' | \'put\' | \'get\' function _dbRequest(action: ActionT) { ... const store: IDBObjectStore