IM/backend/IM_API/Dtos/Auth/AuthDto.cs

5 lines
85 B
C#

namespace IM_API.Dtos.Auth
{
public record RefreshDto(string refreshToken);
}