all repos

onasty @ 3e7a5edcd6f785939e093c8b2250889038c640c1

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
}