@fnt-eve/esi-client-typescript
Version:
[](https://www.npmjs.com/package/@fnt-eve/esi-client-typescript)
33 lines • 1.71 kB
TypeScript
/**
* 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 GetCharactersCharacterIdCalendarEventIdAttendeesNotFound
*/
export interface GetCharactersCharacterIdCalendarEventIdAttendeesNotFound {
/**
* Not found message
* @type {string}
* @memberof GetCharactersCharacterIdCalendarEventIdAttendeesNotFound
*/
error?: string;
}
/**
* Check if a given object implements the GetCharactersCharacterIdCalendarEventIdAttendeesNotFound interface.
*/
export declare function instanceOfGetCharactersCharacterIdCalendarEventIdAttendeesNotFound(value: object): value is GetCharactersCharacterIdCalendarEventIdAttendeesNotFound;
export declare function GetCharactersCharacterIdCalendarEventIdAttendeesNotFoundFromJSON(json: any): GetCharactersCharacterIdCalendarEventIdAttendeesNotFound;
export declare function GetCharactersCharacterIdCalendarEventIdAttendeesNotFoundFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetCharactersCharacterIdCalendarEventIdAttendeesNotFound;
export declare function GetCharactersCharacterIdCalendarEventIdAttendeesNotFoundToJSON(json: any): GetCharactersCharacterIdCalendarEventIdAttendeesNotFound;
export declare function GetCharactersCharacterIdCalendarEventIdAttendeesNotFoundToJSONTyped(value?: GetCharactersCharacterIdCalendarEventIdAttendeesNotFound | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=GetCharactersCharacterIdCalendarEventIdAttendeesNotFound.d.ts.map