First working version
This commit is contained in:
10
headscale_api_client/schemas/v1ExpireApiKeyResponse.py
Normal file
10
headscale_api_client/schemas/v1ExpireApiKeyResponse.py
Normal file
@ -0,0 +1,10 @@
|
||||
from typing import *
|
||||
|
||||
from pydantic import BaseModel, Field
|
||||
|
||||
|
||||
class v1ExpireApiKeyResponse(BaseModel):
|
||||
"""
|
||||
None model
|
||||
|
||||
"""
|
Reference in New Issue
Block a user