all repos

onasty @ 3807a11eb60f2635f4137d8c211a2d6b7e8632c4

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
}