all repos

onasty @ 229e8764a11fe6d19ff8c3aa557cf6236fb7e24c

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
}