Type Alias ComputedUserInformation

Details about the user who computed the quality.

type ComputedUserInformation = {
    id: string;
}
Index
id: string

Identifier of the user.