/** * Provides reference to underlying CDK resources. * * Note: we have to use object as the generic constraint rather than Record so that interfaces will also satisfy the constraint * See: https://stackoverflow.com/questions/63617344/how-to-satisfy-the-constraint-of-recordstring-unknown-with-interface */ export type ResourceProvider = { resources: T; }; //# sourceMappingURL=resource_provider.d.ts.map