interface JobReplacement {
    collection: string;
    job: string;
}

Properties

Properties

collection: string
job: string