UNPKG

@aws-amplify/core

Version:
8 lines (7 loc) 249 B
import { SupportedCategory } from '../types'; /** * Returns an endpoint id from cache or `undefined` if not found. * * @internal */ export declare const getEndpointId: (appId: string, category: SupportedCategory) => Promise<string | undefined>;