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