UNPKG
@uigstudio/gitlab-env
Version:
latest (0.5.3)
0.5.3
0.5.2
0.5.1
0.5.0
0.4.1
0.4.0
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.2
0.2.1
0.2.0
@uigstudio/gitlab-env
/
dist
/
fetch.d.ts
3 lines
(2 loc)
•
131 B
TypeScript
View Raw
1
2
3
import
{
EnvType
}
from
'./types'
;
export
declare
const
fetchData
:
(
url
:
string
,
token
:
string
) =>
Promise
<
EnvType
[] |
undefined
>;