import { CapsEnvironment } from "../../types"; import { Locale } from "../../utils"; export type CheckStatusProps = { environment: CapsEnvironment; caps_transaction_id: string; locale?: Locale; };