UNPKG

@scloud/cdk-patterns

Version:

Serverless CDK patterns for common infrastructure needs

4 lines (3 loc) 84 B
export type RecursivePartial<T> = { [P in keyof T]?: RecursivePartial<T[P]>; };