Media: {
    extension: string | null;
    id: Id;
    metaData: { [key: string]: string };
    name: string;
    relativePath: string;
    type: MediaType;
}

Type declaration

  • extension: string | null
  • id: Id
  • metaData: { [key: string]: string }
  • name: string
  • relativePath: string
  • type: MediaType