Skip to content

Commit

Permalink
fix tslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory Koltoun committed Dec 5, 2023
1 parent ea9a8fd commit 9587c33
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1280,16 +1280,16 @@ export interface User {
}


export type TRole =
"ADMIN" |
"SIGNER" |
"EDITOR" |
"APPROVER" |
"VIEWER" |
"NON_SIGNING_ADMIN" |
"AUDITOR" |
"NCW_ADMIN" |
"NCW_SIGNER";
export type TRole =
| "ADMIN"
| "SIGNER"
| "EDITOR"
| "APPROVER"
| "VIEWER"
| "NON_SIGNING_ADMIN"
| "AUDITOR"
| "NCW_ADMIN"
| "NCW_SIGNER";

interface BaseUser {
id: string;
Expand Down

0 comments on commit 9587c33

Please sign in to comment.