@ -1,5 +1,4 @@
|
||||
from typing import List
|
||||
from uuid import UUID
|
||||
|
||||
from pydantic import BaseModel
|
||||
|
||||
@ -8,4 +7,4 @@ from pydantic import BaseModel
|
||||
class SelectGet(BaseModel):
|
||||
"""The response from the `SelectGet` command."""
|
||||
|
||||
entity_ids: List[UUID]
|
||||
entity_ids: List[str]
|
||||
|
Reference in New Issue
Block a user