InvestWeb/interfaces/IScriptParams.ts

4 lines
55 B
TypeScript
Raw Permalink Normal View History

2023-02-07 04:48:13 -05:00
export default interface IScriptParams {
env: any;
}