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

Commit

Permalink
Added ProjectPermissionDatabaseType
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzlamateen committed May 24, 2024
1 parent 88bc652 commit 1c744b7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ export const projectPermissionSchema = Type.Object(
)
export interface ProjectPermissionType extends Static<typeof projectPermissionSchema> {}

export interface ProjectPermissionDatabaseType extends Omit<ProjectPermissionType, 'user'> {}

// Schema for creating new entries
export const projectPermissionDataProperties = Type.Partial(projectPermissionSchema)

Expand Down

0 comments on commit 1c744b7

Please sign in to comment.