12 lines
378 B
TypeScript
12 lines
378 B
TypeScript
declare module '@coinweb/contract-kit/dist/esm/operations/store' {
|
|
export * from '@coinweb/contract-kit/dist/types/operations/store';
|
|
}
|
|
|
|
declare module '@coinweb/contract-kit/dist/esm/context' {
|
|
export * from '@coinweb/contract-kit/dist/types/context';
|
|
}
|
|
|
|
declare module '@coinweb/contract-kit/dist/esm/method' {
|
|
export * from '@coinweb/contract-kit/dist/types/method';
|
|
}
|