Interface FactSheetSubscription

interface FactSheetSubscription {
    createdAt?: string;
    factSheet?: BaseFactSheet;
    id?: string;
    roles: SubscriptionRole[];
    type: SubscriptionType;
    user: User;
}

Hierarchy

Properties

createdAt?: string
factSheet?: BaseFactSheet
id?: string
user: User

Generated using TypeDoc