Skip to content

Commit 7648db2

Browse files
committed
add export into type Options
1 parent 4ab288e commit 7648db2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/agent/lockup/cap.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { getLockupContract } from './common'
22
import { Provider } from '@ethersproject/abstract-provider'
33

4-
type Options = {
4+
export type Options = {
55
readonly provider: Provider
66
}
77

0 commit comments

Comments
 (0)