3 lines
123 B
TypeScript
3 lines
123 B
TypeScript
import type { IConstruct } from 'constructs';
|
|
export declare function validateWeight(scope: IConstruct, x?: number): void;
|