FileOpenerProps

This commit is contained in:
2021-08-01 12:59:54 +02:00
parent c4cd110fd2
commit 5a31062b21
5 changed files with 61 additions and 20 deletions

View File

@@ -0,0 +1,6 @@
import { File } from "../generated/graphql"
export interface FileOpenerProps{
file: File
active: boolean
}