배치 매니저 검색 조건

interface BatchManagerCriteria {
    managerId?: string;
}

Hierarchy

  • Record<string, any>
    • BatchManagerCriteria

Properties

Properties

managerId?: string

배치 매니저 아이디

Generated using TypeDoc