type
BlocksField
type BlocksField struct {
Types []BlockType `json:"types"`
}The allowed discriminated layouts for a blocks field.
Types[]BlockType- The Types value.
type
type BlocksField struct {
Types []BlockType `json:"types"`
}The allowed discriminated layouts for a blocks field.
Types[]BlockType