9 lines
139 B
Python

from dataclasses import dataclass
@dataclass
class NoSecurityOptionView:
schema_name: str
table_name: str
security_type: str