فهرست منبع

add the new error code to PageUpdateErrorCode

WNomunomu 1 سال پیش
والد
کامیت
2fd6c1956a
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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;