Skip to main content
Version: v1

ISummaryContent Interface

Signature

export interface ISummaryContent

Properties

Property Modifiers Type Description
details optional IUploadedSummaryDetails
handle string
head string
message string
parents string[]

Property Details

details

Signature

details?: IUploadedSummaryDetails;

Type: IUploadedSummaryDetails

handle

Signature

handle: string;

Type: string

head

Signature

head: string;

Type: string

message

Signature

message: string;

Type: string

parents

Signature

parents: string[];

Type: string[]