Skip to content

Commit

Permalink
Update project-types.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Mar 13, 2024
1 parent 69e8b3d commit 29cc94f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/services/project/project-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export type TGetProjectDTO = {
export type TToggleProjectAutoCapitalizationDTO = {
autoCapitalization: boolean;
} & TProjectPermission;

export type TUpdateProjectNameDTO = {
name: string;
} & TProjectPermission;
Expand Down

0 comments on commit 29cc94f

Please sign in to comment.