interface GroupMembershipOutput {
    byuId: string;
    effectiveDate: null | Date;
    employeeRole: null | string;
    expirationDate: null | Date;
    grantedByByuId: null | string;
    grantedByName?: string;
    grantedDatetime: null | Date;
    groupId: string;
    groupName?: string;
    groupType: string;
    impliedBy: string[];
    jobCode: string;
    membershipType: string;
}

Properties

byuId: string
effectiveDate: null | Date
employeeRole: null | string
expirationDate: null | Date
grantedByByuId: null | string
grantedByName?: string
grantedDatetime: null | Date
groupId: string
groupName?: string
groupType: string
impliedBy: string[]
jobCode: string
membershipType: string