Interface ProjectionItemSubscription

interface ProjectionItemSubscription {
    id: string;
    linkedRoles: ProjectionItemSubscriptionRole[];
    type: SubscriptionType;
    userId: string;
}

Properties

id: string
userId: string

Generated using TypeDoc