Type Alias RecommendedAnswer

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

Starter answer content.

contentType: string

Answer type of content.