all repos

onasty @ 0430cad2d636c108d3b8536cd899c08817e297b7

a one-time notes service

onasty/internal/dtos/token.go(view raw)

1
2
3
4
5
6
package dtos

type TokensDTO struct {
	Access  string
	Refresh string
}