Skip to content

Commit

Permalink
Update MarkdownSnippetDirectAnswer.ts
Browse files Browse the repository at this point in the history
Point MarkdownSnippetDirectAnswer to the correct FieldType
  • Loading branch information
saahithjanapati committed Jun 15, 2023
1 parent d8e1572 commit 8921cd4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ import { BaseFeaturedSnippetDirectAnswer } from '../FeaturedSnippetDirectAnswer'
*/
export interface MarkdownSnippetDirectAnswer extends Omit<BaseFeaturedSnippetDirectAnswer<string>, 'value'> {
/** {@inheritDoc DirectAnswer.fieldType} */
fieldType: EnumOrLiteral<BuiltInFieldType.Html>
fieldType: EnumOrLiteral<BuiltInFieldType.Markdown>
}

0 comments on commit 8921cd4

Please sign in to comment.