Skip to content

Is there a way to return responseData->bodyType as array of objects #87

@tihobanov

Description

@tihobanov

I am trying to return a response as an array of objects, but there is no way to do it.

Desired body type
[ {},{},{} ]

I have tried 

export interface MyTest {
  id: string;
}

export interface Response extends Array<MyTest>{}

Can you advise, please?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions