description for access request (frontend) (#834)

This commit is contained in:
Michael Quigley
2025-02-04 17:07:28 -05:00
parent a0383b4d3a
commit c9c60b4dd1
13 changed files with 111 additions and 4 deletions

View File

@ -20,6 +20,9 @@ type Frontend struct {
// created at
CreatedAt int64 `json:"createdAt,omitempty"`
// description
Description string `json:"description,omitempty"`
// fe token
FeToken string `json:"feToken,omitempty"`