Skip to main content
Version: v1

ISummaryAuthor Interface

This API is deprecated and will be removed in a future release.

ISummaryAuthor is deprecated and will be removed in a future release.

Signature

export interface ISummaryAuthor

Properties

Property Type Description
date string
email string
name string

Property Details

date

Signature

date: string;

Type: string

email

Signature

email: string;

Type: string

name

Signature

name: string;

Type: string