from typing import Literal BoardPath = Literal['board', 'mini', 'person'] SearchType = Literal['subject_m', 'subject', 'memo', 'name', 'comment']