/** * EAS API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export * @interface AuthRequestMagicLink400Response */ export interface AuthRequestMagicLink400Response { /** * * @type {string} * @memberof AuthRequestMagicLink400Response */ error?: string; } /** * Check if a given object implements the AuthRequestMagicLink400Response interface. */ export declare function instanceOfAuthRequestMagicLink400Response(value: object): value is AuthRequestMagicLink400Response; export declare function AuthRequestMagicLink400ResponseFromJSON(json: any): AuthRequestMagicLink400Response; export declare function AuthRequestMagicLink400ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): AuthRequestMagicLink400Response; export declare function AuthRequestMagicLink400ResponseToJSON(value?: AuthRequestMagicLink400Response | null): any;