UNPKG

@eddye68/studio-client

Version:

The AWS service Studio client

16 lines (14 loc) 584 B
declare class Element { __classname__: string; ID: string | null; Name: string | null; LengthWords: number | null; LengthChars: number | null; LengthParas: number | null; LengthLines: number | null; Snippet: string | null; Version: string | null; Content: string | null; constructor(ID?: string | null, Name?: string | null, LengthWords?: number | null, LengthChars?: number | null, LengthParas?: number | null, LengthLines?: number | null, Snippet?: string | null, Version?: string | null, Content?: string | null); } export { Element };