@lcap/nasl
Version:
NetEase Application Specific Language
31 lines • 598 B
TypeScript
export const trigger: ({
name: string;
title: string;
description: string;
params: {
name: string;
type: string;
description: string;
schema: {
$ref: string;
};
}[];
} | {
name: string;
title: string;
params: {
name: string;
type: string;
description: string;
schema: {
$ref: string;
};
}[];
description?: undefined;
} | {
name: string;
title: string;
description?: undefined;
params?: undefined;
})[];
//# sourceMappingURL=event.d.ts.map