/**
 * Neynar API
 * The Neynar API allows you to interact with the Farcaster protocol among other things. See the [Neynar docs](https://docs.neynar.com/reference) for more details.
 *
 * The version of the OpenAPI document: 3.175.0
 * Contact: team@neynar.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 GetDevStatus200ResponseOneOf1 {
    [key: string]: any;
    'completed_at': string | null;
    'current_phase': number;
    'last_updated_at': string | null;
    'metadata': {
        [key: string]: any;
    };
    'phases': {
        [key: string]: {
            [key: string]: any;
        };
    };
    'ready_to_publish': boolean;
    'schema_version': GetDevStatus200ResponseOneOf1SchemaVersionEnum;
    'started_at': string | null;
}
export declare const GetDevStatus200ResponseOneOf1SchemaVersionEnum: {
    readonly NUMBER_1: 1;
};
export type GetDevStatus200ResponseOneOf1SchemaVersionEnum = typeof GetDevStatus200ResponseOneOf1SchemaVersionEnum[keyof typeof GetDevStatus200ResponseOneOf1SchemaVersionEnum];
