all repos

onasty @ e36b409cd6497121fc6f66d75a995d1c97e05018

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
}