Change interface to type alias

This commit is contained in:
timongh 2023-02-20 04:05:27 +08:00
parent e7288c8e1f
commit 3fd8f6ddb0

View File

@ -3,7 +3,7 @@ export class LoadFeatureCodeError extends Error {}
/** /**
* feature * feature
*/ */
interface CodeSandbox { type CodeSandbox = {
/** /**
* *
* *