Skip to content

Commit

Permalink
Rename model.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeyer2115 committed Aug 15, 2022
1 parent 0a27898 commit b0fe8e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ import { BuiltInFieldType } from './BuiltInFieldType';
*
* @public
*/
export interface StringValueDirectAnswer extends BaseFieldValueDirectAnswer<string | string[]> {
export interface TextValueDirectAnswer extends BaseFieldValueDirectAnswer<string | string[]> {
fieldType: EnumOrLiteral<BuiltInFieldType.SingleLineText | BuiltInFieldType.MultiLineText>
}

0 comments on commit b0fe8e1

Please sign in to comment.