Explorar el Código

add the new error code to PageUpdateErrorCode

WNomunomu hace 1 año
padre
commit
2fd6c1956a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 = {
 export const PageUpdateErrorCode = {
   CONFLICT: 'conflict',
   CONFLICT: 'conflict',
+  FORBIDDEN: 'forbidden',
 } as const;
 } as const;