Type Alias RecommendedAnswer

type RecommendedAnswer = {
    content: string;
    contentType: string;
}
Index

Properties

Properties

content: string

Starter answer content.

contentType: string

Answer type of content.