UNPKG

@uigstudio/gitlab-env

Version:

3 lines (2 loc) 131 B
import { EnvType } from './types'; export declare const fetchData: (url: string, token: string) => Promise<EnvType[] | undefined>;