Type Alias KeyContact

Represents a designated contact person for a data product, optionally with their role.

type KeyContact = {
    role?: string;
    userId: string;
}
Index
role?: string

Role of the key contact in the Data Product.

userId: string

Unique identifier of the user.