package structs
type GetAppResponse struct {
User AppUser
Organization AppOrganization
}
type AppUser struct {
ProfilePictureUrl string
type AppOrganization struct {
CompanyName string
PrimaryColor string
LogoUrl string
BannerUrl string