InvestWeb/interfaces/IScriptParams.ts

4 lines
55 B
TypeScript
Raw Normal View History

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