UNPKG

@bitblit/ratchet-common

Version:

Common tools for general use

7 lines (6 loc) 226 B
export declare const TransactionFinalState: { Success: string; RolledBack: string; RollbackFailed: string; }; export type TransactionFinalState = (typeof TransactionFinalState)[keyof typeof TransactionFinalState];