all repos

onasty @ 77c290a72ab1664c4c1e06789fd008a6f0212036

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
}