All Downloads are FREE. Search and download functionalities are using the official Maven repository.

types.fileref.ts Maven / Gradle / Ivy

export type FileRef = {
  __kind: "content-ref",
  __id: string,
  filename: string,
  contentType: string
}

export type FileRefs = FileRef[]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy