@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.
21 lines • 600 B
TypeScript
export declare enum E_EnablePassQueryParameters {
BRAND_ID = "brandId",
CUSTOMER_ID = "customerId"
}
export declare enum E_EnablePassInstallationChoice {
ACCEPTED = "accepted",
DISMISSED = "dismissed"
}
export declare enum E_EnablePassStorageKeys {
CUSTOMER_ID = "customerId",
BRAND_ID = "brandId"
}
export declare enum E_EnablePassTrackingEvent {
PAGE_VIEWED = "page_viewed",
ADD_TO_HOME_SCREEN_CLICKED = "add_to_home_screen_clicked"
}
export declare enum E_EnablePassMode {
STANDALONE = "standalone",
WEBPAGE = "webpage"
}
//# sourceMappingURL=index.d.ts.map