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

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

Properties

Properties

role?: string

Role of the key contact in the Data Product.

userId: string