Interface ILicenseAssignment

interface ILicenseAssignment {
    created: string;
    excess: boolean;
    name: string;
    subject: string;
    type: string;
    userId: string;
}

Properties

created: string
excess: boolean
name: string
subject: string
type: string
userId: string