interface AdminRoleData {
    library?: string;
    role: AdminRole;
}

Properties

Properties

library?: string
role: AdminRole