o
    "id                     @   s6   d dl mZ d dlmZ d dlZeG dd dZdS )    )Optional)defineNc                   @   s*   e Zd ZU dZejddZee e	d< dS )SendTestNotificationResponsez
    A response that contains the test notification token.
    
    https://developer.apple.com/documentation/appstoreserverapi/sendtestnotificationresponse
    N)defaulttestNotificationToken)
__name__
__module____qualname____doc__attribr   r   str__annotations__ r   r   y/var/www/html/premium_crap/venv/lib/python3.10/site-packages/appstoreserverlibrary/models/SendTestNotificationResponse.pyr      s   
 r   )typingr   r   r   r   r   r   r   r   <module>   s
   