ListManagementImageListsGetDetailsResponse type

Contains response data for the getDetails operation.

type ListManagementImageListsGetDetailsResponse = ImageList & { _response: HttpResponse & { bodyAsText: string, parsedBody: ImageList } }