/** * 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. */ /** * Step the run is parked on while paused. Cleared on resume. * @export * @interface RunAttributesSchemaPausedAtStep */ export interface RunAttributesSchemaPausedAtStep { /** * Zero-based index of the paused step * @type {number} * @memberof RunAttributesSchemaPausedAtStep */ index?: number; /** * Name of the paused step * @type {string} * @memberof RunAttributesSchemaPausedAtStep */ name?: string; } /** * Check if a given object implements the RunAttributesSchemaPausedAtStep interface. */ export declare function instanceOfRunAttributesSchemaPausedAtStep(value: object): value is RunAttributesSchemaPausedAtStep; export declare function RunAttributesSchemaPausedAtStepFromJSON(json: any): RunAttributesSchemaPausedAtStep; export declare function RunAttributesSchemaPausedAtStepFromJSONTyped(json: any, ignoreDiscriminator: boolean): RunAttributesSchemaPausedAtStep; export declare function RunAttributesSchemaPausedAtStepToJSON(json: any): RunAttributesSchemaPausedAtStep; export declare function RunAttributesSchemaPausedAtStepToJSONTyped(value?: RunAttributesSchemaPausedAtStep | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=RunAttributesSchemaPausedAtStep.d.ts.map