feat(roles): rbac feature #12
Annotations
3 errors and 1 warning
test-and-coverage (ubuntu-latest, 20.x)
Type '(string | undefined)[]' is not assignable to type '"all" | Iterable<Key> | undefined'.
|
test-and-coverage (ubuntu-latest, 20.x)
Property 'roles' is missing in type '{ invitationId: string; invitationEmail: any; setIsOpen: Dispatch<SetStateAction<boolean>>; }' but required in type '{ invitationId: string; invitationEmail?: string | undefined; roles: { id: string; name: string; }[]; defaultRole?: string | undefined; setIsOpen: Dispatch<SetStateAction<boolean>>; }'.
|
test-and-coverage (ubuntu-latest, 20.x)
Process completed with exit code 2.
|
test-and-coverage (ubuntu-latest, 20.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|