/** * SmartyMeet Dev03 API REST * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.1 * Contact: developer@smartymeet.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export * @interface RunAttributesSchema1 */ export interface RunAttributesSchema1 { /** * The data payload for the workflow. Must include all required fields from the workflow requirements schema. * @type {object} * @memberof RunAttributesSchema1 */ triggerPayload?: object; } /** * Check if a given object implements the RunAttributesSchema1 interface. */ export declare function instanceOfRunAttributesSchema1(value: object): value is RunAttributesSchema1; export declare function RunAttributesSchema1FromJSON(json: any): RunAttributesSchema1; export declare function RunAttributesSchema1FromJSONTyped(json: any, ignoreDiscriminator: boolean): RunAttributesSchema1; export declare function RunAttributesSchema1ToJSON(json: any): RunAttributesSchema1; export declare function RunAttributesSchema1ToJSONTyped(value?: RunAttributesSchema1 | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=RunAttributesSchema1.d.ts.map