Skip to content

Commit

Permalink
Add result type
Browse files Browse the repository at this point in the history
  • Loading branch information
timmo001 committed Jun 15, 2024
1 parent 6f41d7b commit be22f5e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions aioazuredevops/models/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

from dataclasses import dataclass

from . import ListResult
from .core import Project


Expand Down Expand Up @@ -50,3 +51,6 @@ class Build:
definition: BuildDefinition | None = None
project: Project | None = None
links: BuildLinks | None = None


type BuildsResult = ListResult[Build]

0 comments on commit be22f5e

Please sign in to comment.