all repos

onasty @ b9b6f9efc60178d055b29972ae5cf69874e18219

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
}