tmd type show
Displays the details of a type schema, including its name, plural form (if defined), and all properties and their configurations.
tmd type show bookExample output:
Type: 📚 bookPlural: books
Properties────────── title (string) status (select) [to-read, reading, done] rating (number) author (relation) -> person (bidirectional) inverse=booksWhen a type schema defines a plural field, it will be displayed after the type name. If the field is not defined, this line is omitted.