3d67e56fbc
* feat: proposal structre for 2pc operations in multiregion * feat: minor restructure * feat: added another test * fix(2PC): refactor to include return value and errors * fix(2PC): improve and test tests * fix(2PC): improve logging --------- Co-authored-by: Charles Driesler <chuck@speckle.systems>
4 lines
129 B
TypeScript
4 lines
129 B
TypeScript
import { StringEnum } from '@speckle/shared'
|
|
|
|
export const PromiseAllSettledResultStatus = StringEnum(['rejected', 'fulfilled'])
|