Browse Source

add the new error code to PageUpdateErrorCode

WNomunomu 1 năm trước cách đây
mục cha
commit
2fd6c1956a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      apps/app/src/interfaces/apiv3/page.ts

+ 1 - 0
apps/app/src/interfaces/apiv3/page.ts

@@ -42,4 +42,5 @@ export type IApiv3PageUpdateResponse = {
 
 export const PageUpdateErrorCode = {
   CONFLICT: 'conflict',
+  FORBIDDEN: 'forbidden',
 } as const;