UNPKG

cdk-amazon-chime-resources

Version:

![Experimental](https://img.shields.io/badge/experimental-important.svg?style=for-the-badge)

4 lines (3 loc) 194 B
import { Provider } from "@aws-sdk/types"; export type FromStaticConfig<T> = T | (() => T) | Provider<T>; export declare const fromStatic: <T>(defaultValue: FromStaticConfig<T>) => Provider<T>;