Type Alias ComputedInformation

Metadata about the computation.

type ComputedInformation = {
    at: string;
    by: ComputedUserInformation;
}
Index
at: string

When the computation occurred.

Details about the user who computed the quality.