@fnt-eve/esi-client-typescript
Version:
[](https://www.npmjs.com/package/@fnt-eve/esi-client-typescript)
33 lines • 1.33 kB
TypeScript
/**
* EVE Swagger Interface
* An OpenAPI for EVE Online
*
* The version of the OpenAPI document: 1.36
*
*
* 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 GetDogmaEffectsEffectIdNotFound
*/
export interface GetDogmaEffectsEffectIdNotFound {
/**
* Not found message
* @type {string}
* @memberof GetDogmaEffectsEffectIdNotFound
*/
error?: string;
}
/**
* Check if a given object implements the GetDogmaEffectsEffectIdNotFound interface.
*/
export declare function instanceOfGetDogmaEffectsEffectIdNotFound(value: object): value is GetDogmaEffectsEffectIdNotFound;
export declare function GetDogmaEffectsEffectIdNotFoundFromJSON(json: any): GetDogmaEffectsEffectIdNotFound;
export declare function GetDogmaEffectsEffectIdNotFoundFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetDogmaEffectsEffectIdNotFound;
export declare function GetDogmaEffectsEffectIdNotFoundToJSON(json: any): GetDogmaEffectsEffectIdNotFound;
export declare function GetDogmaEffectsEffectIdNotFoundToJSONTyped(value?: GetDogmaEffectsEffectIdNotFound | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=GetDogmaEffectsEffectIdNotFound.d.ts.map