UNPKG

bugyo-cloud-client

Version:
7 lines (6 loc) 219 B
/** 認証のレスポンス */ export interface AuthenticationResponse { RedirectURL: string; } /** タイプガード */ export declare const isAuthenticationResponse: (x: unknown) => x is AuthenticationResponse;