CLI ReferenceChangelogJanuary 14, 20250.48.0 (feat): Adds support for nullable types in the Fern definition, such as the following: 1types:2 User:3 properties:4 name: string5 email: nullable<string>
January 14, 20250.48.0 (feat): Adds support for nullable types in the Fern definition, such as the following: 1types:2 User:3 properties:4 name: string5 email: nullable<string>