UNPKG

@eddye68/studio-client

Version:

The AWS service Studio client

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