/** * Automations Collection * * Stores automation definitions for the QwickApps automation framework. * Each automation defines a trigger (event that starts the automation) and * a series of actions to execute when triggered. * * Copyright (c) 2025 QwickApps.com. All rights reserved. */ import type { CollectionConfig } from 'payload'; export declare const Automations: CollectionConfig; //# sourceMappingURL=Automations.d.ts.map