dify/api/core/plugin/entities/endpoint.py

12 lines
227 B
Python
Raw Normal View History

2024-09-26 12:49:00 +08:00
from datetime import datetime
from core.plugin.entities.base import BasePluginEntity
class EndpointEntity(BasePluginEntity):
settings: dict
hook_id: str
tenant_id: str
plugin_id: str
expired_at: datetime