package dtos type TokensDTO struct { Access string Refresh string }