UNPKG

@eddye68/studio-client

Version:

The AWS service Studio client

11 lines (9 loc) 285 B
declare class ObjectInfo { __classname__: string; ID: string | null; Name: string | null; Type: string | null; Format: string | null; constructor(ID?: string | null, Name?: string | null, Type?: string | null, Format?: string | null); } export { ObjectInfo };