all repos

onasty @ b617b17dc0f15a4e6946344286f3c321d0c4d7e9

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
}