export type ShapeDiverCommonsParameterBasic = string | number | boolean; export interface ShapeDiverCommonsParameterSType { value?: string; asset?: { id: string; chunk?: { id?: string; name?: string; }; }; } //# sourceMappingURL=SdCommonsParameter.d.ts.map