UNPKG

@eddye68/studio-client

Version:

The AWS service Studio client

9 lines (7 loc) 181 B
declare class Edition { __classname__: string; Id: string | null; Name: string | null; constructor(Id?: string | null, Name?: string | null); } export { Edition };