Type Alias PreviewEvaluation

type PreviewEvaluation = {
    endTime?: string;
    ownerId?: string;
    resultUrl?: string;
    startTime?: string;
    tenantId?: string;
}
Index

Properties

endTime?: string

The time the evaluation ended

ownerId?: string
resultUrl?: string
startTime?: string
tenantId?: string