/** * This file was auto-generated by Fern from our API Definition. */ export declare type ConnectionState = "requires_type" | "draft" | "active" | "validating" | "inactive" | "deleting"; export declare const ConnectionState: { readonly RequiresType: "requires_type"; readonly Draft: "draft"; readonly Active: "active"; readonly Validating: "validating"; readonly Inactive: "inactive"; readonly Deleting: "deleting"; };