@firebolt-js/discovery-sdk
Version:
The Firebolt Discovery JS SDK
26 lines (16 loc) • 393 B
Markdown
title: Policies
# Policies
## Table of Contents
- [Table of Contents](#table-of-contents)
- [Types](#types)
- [AgePolicy](#agepolicy)
## Types
### AgePolicy
The policy that describes various age groups to which content is directed. See distributor documentation for further details.
```typescript
type AgePolicy = string | 'app:adult' | 'app:child' | 'app:teen'
```