Skip to content

Commit

Permalink
fix: fixed the bug that the resource type was wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
kurone-kito committed May 10, 2021
1 parent 0a17e22 commit afcc5ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dantalion-i18n/src/resources/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export interface PersonalityType
* A type definition of a structure that
* stores a description of a personality type.
*/
export interface VectorType extends DetailsBaseType {
export interface VectorType extends DetailsBaseTypeGeneric<readonly string[]> {
/**
* The strategies for communicating with people of this personality type.
*
Expand Down

0 comments on commit afcc5ea

Please sign in to comment.