file switching logic
This commit is contained in:
@ -10,3 +10,8 @@ export type TFile = {
|
||||
type: "file"
|
||||
name: string
|
||||
}
|
||||
|
||||
export type TFileData = {
|
||||
id: string
|
||||
data: string
|
||||
}
|
||||
|
Reference in New Issue
Block a user