UNPKG
@khulnasoft.com/dev-tools
Version:
latest (1.10.0)
1.10.0
1.0.0
KhulnaSoft Visual CMS Devtools
khulnasoft.com
@khulnasoft.com/dev-tools
/
types
/
server
/
auth.d.ts
3 lines
(2 loc)
•
173 B
TypeScript
View Raw
1
2
3
import
type
{
DevToolsServerContext
}
from
"../types"
;
export
declare
function
getKhulnasoftAuthConnectUrl
(
ctx
:
DevToolsServerContext
,
previewUrl
:
string
):
Promise
<
string
>;