mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Change interface to type alias
This commit is contained in:
parent
e7288c8e1f
commit
3fd8f6ddb0
@ -3,7 +3,7 @@ export class LoadFeatureCodeError extends Error {}
|
|||||||
/**
|
/**
|
||||||
* feature 代码运行沙箱
|
* feature 代码运行沙箱
|
||||||
*/
|
*/
|
||||||
interface CodeSandbox {
|
type CodeSandbox = {
|
||||||
/**
|
/**
|
||||||
* 在沙箱中执行代码
|
* 在沙箱中执行代码
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user