Skip to content

Commit

Permalink
chore: add obfuscation fields to project settings config type (#744)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajwootto authored Mar 6, 2024
1 parent 7d59ff8 commit 549d395
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/shared/types/src/types/config/models/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,9 @@ export class Project<IdType = string> {
}
poweredByAlignment?: 'center' | 'left' | 'right' | 'hidden'
}
obfuscation?: {
enabled: boolean
required: boolean
}
}
}

0 comments on commit 549d395

Please sign in to comment.