Skip to content

Commit

Permalink
fix(role-helpers.d.ts): CR - use interface
Browse files Browse the repository at this point in the history
  • Loading branch information
naorpeled committed Aug 12, 2023
1 parent 6d810dd commit adfea29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/role-helpers.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export function logRoles(
options?: LogRolesOptions,
): string

type LogRolesOptions = {
interface LogRolesOptions {
hidden?: boolean
}

Expand Down

0 comments on commit adfea29

Please sign in to comment.