UNPKG

react-native-unit-components

Version:

Unit React Native components

9 lines 494 B
import type { UNCheckDepositData } from '../../types/shared/checkDeposit.types'; export declare enum CheckMessage { CHECK_DEPOSIT_CREATED = "unitCheckDepositCreated", CHECK_DEPOSIT_RESTART_REQUEST = "unitCheckDepositRestartRequest" } export type CheckDepositCreatedEvent = UNCheckDepositData; export type CheckDepositRestartRequestEvent = UNCheckDepositData; export type CheckEvent = CheckDepositCreatedEvent | CheckDepositRestartRequestEvent; //# sourceMappingURL=checkMessage.d.ts.map