Skip to content

Commit

Permalink
Minor comment change in types.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mparadina committed Jul 19, 2024
1 parent ddd9d96 commit 37f3cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BlinkID/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2590,7 +2590,7 @@ export class CustomClassRules {
* Used with CustomClassRules. A field type (see FieldType for all fields) along with Alphabet type (see AlphabetType for all alphabets) is required.
*/
export class DetailedFieldType {
/** Field type that will be optional for extraction for CustomClassRules. */
/** Field type that will be mandatory for extraction for CustomClassRules. */
fieldType?: FieldType;
/** Alphabet type connected with the field type that will be optional for extraction for CustomClassRules. */
alphabetType?: AlphabetType;
Expand Down

0 comments on commit 37f3cee

Please sign in to comment.