/**
 * EVE Swagger Interface
 * An OpenAPI for EVE Online
 *
 * The version of the OpenAPI document: 1.33
 *
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
/**
 * 200 ok object
 * @export
 * @interface GetMarketsGroupsMarketGroupIdOk
 */
export interface GetMarketsGroupsMarketGroupIdOk {
    /**
     * description string
     * @type {string}
     * @memberof GetMarketsGroupsMarketGroupIdOk
     */
    description: string;
    /**
     * market_group_id integer
     * @type {number}
     * @memberof GetMarketsGroupsMarketGroupIdOk
     */
    marketGroupId: number;
    /**
     * name string
     * @type {string}
     * @memberof GetMarketsGroupsMarketGroupIdOk
     */
    name: string;
    /**
     * parent_group_id integer
     * @type {number}
     * @memberof GetMarketsGroupsMarketGroupIdOk
     */
    parentGroupId?: number;
    /**
     * types array
     * @type {Array<number>}
     * @memberof GetMarketsGroupsMarketGroupIdOk
     */
    types: Array<number>;
}
/**
 * Check if a given object implements the GetMarketsGroupsMarketGroupIdOk interface.
 */
export declare function instanceOfGetMarketsGroupsMarketGroupIdOk(value: object): value is GetMarketsGroupsMarketGroupIdOk;
export declare function GetMarketsGroupsMarketGroupIdOkFromJSON(json: any): GetMarketsGroupsMarketGroupIdOk;
export declare function GetMarketsGroupsMarketGroupIdOkFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetMarketsGroupsMarketGroupIdOk;
export declare function GetMarketsGroupsMarketGroupIdOkToJSON(json: any): GetMarketsGroupsMarketGroupIdOk;
export declare function GetMarketsGroupsMarketGroupIdOkToJSONTyped(value?: GetMarketsGroupsMarketGroupIdOk | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=GetMarketsGroupsMarketGroupIdOk.d.ts.map