new lib version [CI SKIP]
This commit is contained in:
6
dist/models/ResponseRunnerCard.d.ts
vendored
Normal file
6
dist/models/ResponseRunnerCard.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
export declare type ResponseRunnerCard = {
|
||||
id: number;
|
||||
runner: any;
|
||||
code: string;
|
||||
enabled: boolean;
|
||||
};
|
||||
Reference in New Issue
Block a user