UNPKG

@netgrif/components-core

Version:

Netgrif Application engine frontend core Angular library

16 lines (15 loc) 249 B
/** * Object from Backend */ export interface Author { /** * **Example:** example@netgrif.com */ email: string; /** * First name + " " + Surname * * **Example:** Example Netgrif */ fullName: string; }