types.fileref.ts Maven / Gradle / Ivy
export type FileRef = {
__kind: "content-ref",
__id: string,
filename: string,
contentType: string
}
export type FileRefs = FileRef[]
export type FileRef = {
__kind: "content-ref",
__id: string,
filename: string,
contentType: string
}
export type FileRefs = FileRef[]