UNPKG

azure-functions-ts-essentials

Version:

Essential interfaces and tools for backend development on Azure Functions with TypeScript

7 lines (6 loc) 164 B
export declare enum ErrorType { Missing = "missing", MissingField = "missing_field", Invalid = "invalid", AlreadyExists = "already_exists", }