Interface MyFactSheetSubscription

interface MyFactSheetSubscription {
    id?: string;
    roles: {
        id: string;
    }[];
    type: SubscriptionType;
}

Hierarchy

Properties

Properties

id?: string
roles: {
    id: string;
}[]

Type declaration

  • id: string

Generated using TypeDoc