UNPKG

@eddye68/studio-client

Version:

The AWS service Studio client

10 lines (8 loc) 264 B
declare class Issue { __classname__: string; Id: string | null; NameId: string | null; OverrulePublicationId: boolean | null; constructor(Id?: string | null, NameId?: string | null, OverrulePublicationId?: boolean | null); } export { Issue };