# Type Alias: ResourceFieldEntry

```ts
type ResourceFieldEntry = z.infer<typeof resourceFieldEntrySchema>;

```
