Compartilhar via


executeDeepLinkOnCompleteFunctionType type

Type of callback used to indicate when executeDeepLink completes

type executeDeepLinkOnCompleteFunctionType = (
  status: boolean,
  reason?: string
) => void