all repos

onasty @ 57bd711f3bca7330ab7037a0a37216078739503e

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
}