UNPKG
@heroku/applink
Version:
beta (1.1.1-beta.1)
latest (1.1.1)
1.1.1
1.1.1-beta.1
1.1.0
1.1.0-beta.1
1.0.2
1.0.2-beta.1
1.0.0
1.0.0-ea.2
1.0.0-ea.1
1.0.0-ea.0
1.0.0-ea
Applink SDK for Heroku Apps.
@heroku/applink
/
dist
/
add-ons
/
heroku-applink.d.ts
3 lines
(2 loc)
•
148 B
TypeScript
View Raw
1
2
3
import
{
Org
}
from
"../index"
;
export
declare
function
getAuthorization
(
developerName
:
string
,
attachmentNameOrColorOrUrl
?:
string
):
Promise
<
Org
>;