onasty/internal/dtos/token.go (view raw)
package dtos
type TokensDTO struct {
Access string
Refresh string
}