feat(contracts): add API DTOs and request/response contracts
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
namespace IncidentOps.Contracts.Auth;
|
||||
|
||||
public record AuthResponse(string AccessToken, string RefreshToken, ActiveOrgDto ActiveOrg);
|
||||
|
||||
public record ActiveOrgDto(Guid Id, string Name, string Slug, string Role);
|
||||
Reference in New Issue
Block a user