UNPKG

@eddye68/studio-client

Version:

The AWS service Studio client

10 lines (8 loc) 258 B
declare class InDesignArticle { __classname__: string; Id: string | null; Name: string | null; SplineIDs: string[] | null; constructor(Id?: string | null, Name?: string | null, SplineIDs?: string[] | null); } export { InDesignArticle };