fixed
This commit is contained in:
parent
e2cd7af032
commit
d804aa2edf
3 changed files with 3 additions and 5 deletions
|
@ -164,8 +164,6 @@ export class Module implements IModule {
|
|||
export class BTAction implements IBTAction {
|
||||
@IsString()
|
||||
name: string;
|
||||
// @IsString()
|
||||
// format: string;
|
||||
@IsString()
|
||||
type: string;
|
||||
sid?: string;
|
||||
|
@ -175,9 +173,10 @@ export class BTAction implements IBTAction {
|
|||
result: string[];
|
||||
}
|
||||
export class Launch implements ILaunch {
|
||||
@IsNotEmpty()
|
||||
@IsString()
|
||||
executable: string;
|
||||
|
||||
@IsNotEmpty()
|
||||
@IsString()
|
||||
package: string;
|
||||
constructor(executable: string, plage: string) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue