/** * 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 AuthRequestMagicLink200Response */ export interface AuthRequestMagicLink200Response { /** * * @type {string} * @memberof AuthRequestMagicLink200Response */ message?: string; } /** * Check if a given object implements the AuthRequestMagicLink200Response interface. */ export declare function instanceOfAuthRequestMagicLink200Response(value: object): value is AuthRequestMagicLink200Response; export declare function AuthRequestMagicLink200ResponseFromJSON(json: any): AuthRequestMagicLink200Response; export declare function AuthRequestMagicLink200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): AuthRequestMagicLink200Response; export declare function AuthRequestMagicLink200ResponseToJSON(value?: AuthRequestMagicLink200Response | null): any;