Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
raju-opti committed Dec 22, 2023
1 parent e557f80 commit 468dfef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/shared_types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ export interface DecisionResponse<T> {
export type UserAttributeValue = string | number | boolean | null;

export type UserAttributes = {
// TODO[OASIS-6649]: Don't use any type
// eslint-disable-next-line @typescript-eslint/no-explicit-any
[name: string]: UserAttributeValue;
};

Expand Down

0 comments on commit 468dfef

Please sign in to comment.