/**
 * 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.
 */
/**
 * Not found
 * @export
 * @interface GetDogmaDynamicItemsTypeIdItemIdNotFound
 */
export interface GetDogmaDynamicItemsTypeIdItemIdNotFound {
    /**
     * Not found message
     * @type {string}
     * @memberof GetDogmaDynamicItemsTypeIdItemIdNotFound
     */
    error?: string;
}
/**
 * Check if a given object implements the GetDogmaDynamicItemsTypeIdItemIdNotFound interface.
 */
export declare function instanceOfGetDogmaDynamicItemsTypeIdItemIdNotFound(value: object): value is GetDogmaDynamicItemsTypeIdItemIdNotFound;
export declare function GetDogmaDynamicItemsTypeIdItemIdNotFoundFromJSON(json: any): GetDogmaDynamicItemsTypeIdItemIdNotFound;
export declare function GetDogmaDynamicItemsTypeIdItemIdNotFoundFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetDogmaDynamicItemsTypeIdItemIdNotFound;
export declare function GetDogmaDynamicItemsTypeIdItemIdNotFoundToJSON(json: any): GetDogmaDynamicItemsTypeIdItemIdNotFound;
export declare function GetDogmaDynamicItemsTypeIdItemIdNotFoundToJSONTyped(value?: GetDogmaDynamicItemsTypeIdItemIdNotFound | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=GetDogmaDynamicItemsTypeIdItemIdNotFound.d.ts.map