all repos

onasty @ cd94b5c1238f63c87e4906cc492be0c70ae0cec7

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
}