LibraryResource type

Library response details

type LibraryResource = SubResource & {
  containerName?: string
  creatorId?: string
  namePropertiesName?: string
  path?: string
  provisioningStatus?: string
  typePropertiesType?: string
  uploadedTimestamp?: Date
}