Skip to content

Commit

Permalink
add grants to ClientInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
InventivetalentDev committed Oct 10, 2024
1 parent fae3d50 commit 1f8641b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions dist/skin/v2/ClientInfo.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ export interface ClientInfo {
/** client user **/
user?: string;
breadcrumb: string;
grants?: Record<string, string | number | boolean>;
billable?: boolean;
}
2 changes: 1 addition & 1 deletion dist/skin/v2/ClientInfo.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/skin/v2/ClientInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ export interface ClientInfo {
/** client user **/
user?: string;
breadcrumb: string;
grants?: Record<string, string | number | boolean>;
billable?: boolean;
}

0 comments on commit 1f8641b

Please sign in to comment.