Context used while sharing a pull request.

interface ShareNotificationContext {
    message?: string;
    receivers?: IdentityRef[];
}

Properties

Properties

message?: string

Optional user note or message.

receivers?: IdentityRef[]

Identities of users who will receive a share notification.