dataSourceTemplateListSchema
constdataSourceTemplateListSchema:ZodObject<{has_more:ZodBoolean;next_cursor:ZodNullable<ZodString>;templates:ZodArray<ZodObject<{id:ZodUUID;is_default:ZodBoolean;name:ZodString; },$strip>>; },$strip>
Defined in: src/schemas/dataSource.schema.ts:103
Response shape of the List data source templates endpoint.