Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessary export
Browse files Browse the repository at this point in the history
samayer12 committed Dec 13, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent b730bc5 commit 7d0762b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/helpers.ts
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ export function validateHash(expectedHash: string): void {
}
}

export type RBACMap = {
type RBACMap = {
[key: string]: {
verbs: string[];
plural: string;

0 comments on commit 7d0762b

Please sign in to comment.