mirror of
https://github.com/tornadocash/provider.git
synced 2024-11-22 09:46:52 +01:00
7 lines
135 B
TypeScript
7 lines
135 B
TypeScript
import { ProviderInstance } from '.'
|
|
|
|
declare module 'vuex/types/index' {
|
|
interface Store<S> {
|
|
$provider: ProviderInstance,
|
|
}
|
|
} |