© 2026 Hedgehog Software, LLC
export const VideoYouthProtectionEnum = { Zero: 'zero', Six: 'six', Twelve: 'twelve', Sixteen: 'sixteen', Eighteen: 'eighteen', NotSet: 'notSet' } as const;
type YouthProtection = RouterInputs['api']['update']['payload']['youthProtection']
YouthProtection.Zero