jessestuart/gatsby-source-s3-image

View on GitHub
src/types/EntityNode.ts

Summary

Maintainability
A
0 mins
Test Coverage
export default interface EntityNode {
  absolutePath: string
  fileNodeId: string
  Key: string
  mediaType: string
  objectHash: string
}