all repos

onasty @ 3a88b8aca66434b8e5ff3f7eb6ac7597032b9d93

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
}