ListManagementImageListsGetAllImageListsResponse type

Contains response data for the getAllImageLists operation.

type ListManagementImageListsGetAllImageListsResponse = Array<ImageList> & { _response: HttpResponse & { bodyAsText: string, parsedBody: ImageList[] } }