export declare const UMB_WEBHOOK_WORKSPACE_ALIAS = "Umb.Workspace.Webhook"; /** * @deprecated */ export declare const UMB_WEBHOOK_WORKSPACE = "Umb.Workspace.Webhook"; export declare const UMB_WEBHOOK_ENTITY_TYPE = "webhook"; export declare const UMB_WEBHOOK_ROOT_ENTITY_TYPE = "webhook-root"; export declare const UMB_WEBHOOK_DELIVERY_ENTITY_TYPE = "webhook-delivery"; export type UmbWebhookEntityType = typeof UMB_WEBHOOK_ENTITY_TYPE; export type UmbWebhookDeliveryEntityType = typeof UMB_WEBHOOK_DELIVERY_ENTITY_TYPE;