interface OptionalAnalysisProperties {
    detail?: string;
    justification?: AnalysisJustification;
    response?: AnalysisResponseRepository;
    state?: AnalysisState;
}

Properties

detail?: string
justification?: AnalysisJustification