/**
 * @public
 */
export interface JobAgentConfiguration {
    jobAgentTypeId: string;
}
