@enable-tech/shared-types
Version:
This package represents the single source of truth of the Types being used in the codebase (front-end and back-end) of enable.tech, It is an organization-scoped package. So, all the development teams belonging to it can participate to enhance it.
24 lines • 537 B
TypeScript
export declare enum E_HttpMethod {
GET = "GET",
POST = "POST",
PUT = "PUT",
PATCH = "PATCH",
DELETE = "DELETE",
OPTIONS = "OPTIONS",
HEAD = "HEAD",
CONNECT = "CONNECT",
TRACE = "TRACE"
}
export declare enum E_BackendImagesPaths {
MENUITEM = "menuItem",
USER = "user",
BRANCH = "branch",
COMPANY = "company",
DRIVER = "driver",
CATEGORY = "category"
}
export declare enum E_PreferredLanguage {
ENGLISH = "english",
ARABIC = "arabic"
}
//# sourceMappingURL=index.d.ts.map