ListManagementImageListsCreateResponse type
Contains response data for the create operation.
type ListManagementImageListsCreateResponse = ImageList & { _response: HttpResponse & { bodyAsText: string, parsedBody: ImageList } }