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.

15 lines (14 loc) 313 B
export declare enum TaskTimeCreationType { /** * Created automatically the task with window */ AUTO = "AUTO", /** * Create patch the time when the order is ready for pickup */ ONPICKUPREADY = "ONPICKUPREADY", /** * Need manual patching */ MANUAL = "MANUAL" }