UNPKG

@webfaas/webfaas-core

Version:

WebFaaS Framework - Core

9 lines (8 loc) 209 B
import { PackageStore } from "../PackageStore/PackageStore"; /** * PackageRegistryResponse interface */ export interface IPackageRegistryResponse { etag: string; packageStore: PackageStore | null; }