-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Description
Hi,
Given a struct:
type DeviceListing struct {
Identifier string `json:"identifier"`
AccountIdentifier string `json:"accountIdentifier"`
ContactEmail string `json:"contactEmail"`
}
I create two other alias structs:
type CreateListingResponse DeviceListing
type GetDeviceListingsResponse []DeviceListing
The CreateListingResponse Typescript interface is created correctly; however, for GetDeviceListingsResponse it just outputs:
export interface GetDeviceListingsResponse {
}
Metadata
Metadata
Assignees
Labels
No labels