UNPKG

@eddye68/studio-client

Version:

The AWS service Studio client

9 lines (7 loc) 215 B
declare class RenditionTypeInfo { __classname__: string; Rendition: string | null; Type: string | null; constructor(Rendition?: string | null, Type?: string | null); } export { RenditionTypeInfo };