executeDeepLinkOnCompleteFunctionType type

Execute deep link on complete function type

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