UNPKG

@ledgerhq/live-common

Version:
8 lines (6 loc) 190 B
export const ReceiveFundsOptions = { CRYPTO: "crypto", FIAT: "fiat", } as const; export type ReceiveFundsOptionsType = (typeof ReceiveFundsOptions)[keyof typeof ReceiveFundsOptions];