Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
remove unused type
Browse files Browse the repository at this point in the history
  • Loading branch information
CITIZENDOT committed Aug 15, 2024
1 parent db282fa commit fba167f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/common/src/schemas/user/identity-provider.schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ export const identityProviderTypes = [
'admin'
] as const

export type ProviderType = (typeof identityProviderTypes)[number]

// Main data model schema
export const identityProviderSchema = Type.Object(
{
Expand Down

0 comments on commit fba167f

Please sign in to comment.