@@ -5,7 +5,7 @@ import {
|
||||
IsObject,
|
||||
IsString
|
||||
} from "class-validator";
|
||||
import { ContractRunner } from './ContractRunner';
|
||||
import { Runner } from './Runner';
|
||||
|
||||
/**
|
||||
* Defines the runner card class (used to create runner card pdfs).
|
||||
@@ -21,7 +21,7 @@ export class RunnerCard {
|
||||
* The card's associated runner.
|
||||
*/
|
||||
@IsObject()
|
||||
runner: ContractRunner | null;
|
||||
runner: Runner | null;
|
||||
|
||||
/**
|
||||
* The card's code.
|
||||
|
||||
Reference in New Issue
Block a user