InvestWeb/interfaces/IScriptParams.ts
2023-02-07 01:48:13 -08:00

3 lines
55 B
TypeScript

export default interface IScriptParams {
env: any;
}