Skip to content

Commit

Permalink
expo-apple-authentication libdef: Make an object type exact.
Browse files Browse the repository at this point in the history
An instance of zulip#3452.
  • Loading branch information
chrisbobbe committed Jun 30, 2021
1 parent 7b884cd commit 81dcff4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flow-typed/expo-apple-authentication_vx.x.x.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ declare module 'expo-apple-authentication/build/AppleAuthentication' {
} from 'expo-apple-authentication/build/AppleAuthentication.types';
import typeof { AppleAuthenticationCredentialState } from 'expo-apple-authentication/build/AppleAuthentication.types';

declare type Subscription = {
declare type Subscription = {|
remove: () => void,
};
|};

declare export function isAvailableAsync(): Promise<boolean>;
declare export function signInAsync(
Expand Down

0 comments on commit 81dcff4

Please sign in to comment.