UNPKG

@eddye68/studio-client

Version:

The AWS service Studio client

9 lines (7 loc) 183 B
declare class Param { __classname__: string; Name: string | null; Value: string | null; constructor(Name?: string | null, Value?: string | null); } export { Param };