File

projects/netgrif-components-core/src/lib/resources/interface/author.ts

Description

Object from Backend

Index

Properties

Properties

email
email: string
Type : string
fullName
fullName: string
Type : string

First name + " " + Surname

Example: Example Netgrif

export interface Author {
    /**
     * **Example:** example@netgrif.com
     */
    email: string;
    /**
     * First name + " " + Surname
     *
     * **Example:** Example Netgrif
     */
    fullName: string;
}

result-matching ""

    No results matching ""