all repos

onasty @ 9d9e251287b276f23800b6b447afb6f906a153ac

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
}