UNPKG

dazscript-types

Version:
10 lines (8 loc) 179 B
declare class DzAuthor extends QObject { /* Properties */ email: string; url: string; valid: boolean; /* Methods */ toString(): any; // TODO ; }