UNPKG

@gobolt/models

Version:

This is a shared repository that includes models that should be shared across all BoxKnight services. Do not include anything for the controller, service or repository layers of your application in this package.

8 lines (7 loc) 237 B
export declare enum DeliveryService { THRESHOLD = "THRESHOLD", TO_THE_DOOR = "TO_THE_DOOR", WHITE_GLOVE = "WHITE_GLOVE", ROOM_OF_CHOICE = "ROOM_OF_CHOICE" } export type DeliveryServiceType = keyof typeof DeliveryService;