mirror of
https://github.com/creyD/creyPY.git
synced 2026-04-13 03:40:31 +02:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
83dca59817 | ||
|
|
b80d26586d |
@@ -1 +1,2 @@
|
||||
from .base import * # noqa
|
||||
from .response_schema import * #noqa
|
||||
|
||||
@@ -11,6 +11,6 @@ class BaseSchemaModelIN(BaseModel):
|
||||
|
||||
|
||||
class BaseSchemaModelOUT(BaseSchemaModelIN):
|
||||
id: UUID
|
||||
id: UUID | str
|
||||
created_at: datetime
|
||||
updated_at: datetime
|
||||
|
||||
Reference in New Issue
Block a user