UNPKG

@equinor/mad-core

Version:

Core library for the Mobile App Delivery team

5 lines (4 loc) 324 B
import { Release } from "./ChangeLog"; import { Environment } from "../../../types"; export declare const fetchReleaseNotes: (env: Environment, servicePortalName: string, appVersion: string) => Promise<Release>; export declare const fetchAllReleaseNotes: (env: Environment, servicePortalName: string) => Promise<Release[]>;