Print the select projection schema
string
export const ModelNameSelectSchema = z.object({ id: _select, name: _select}) Copy
export const ModelNameSelectSchema = z.object({ id: _select, name: _select})
Print the select projection schema