FilesCreateOrUpdateResponse type
Zawiera dane odpowiedzi dla operacji createOrUpdate.
type FilesCreateOrUpdateResponse = ProjectFile & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ProjectFile
}
}