declare class DzAuthor extends QObject {

    /* Properties */
    email: string;
    url: string;
    valid: boolean;

    /* Methods */
    toString(): any; // TODO ;
}