khronoz's picture
V.0.3.0 (#28)
fdaf912 unverified
raw
history blame contribute delete
299 Bytes
export interface QueryMenuHandler {
showUpload: boolean,
setShowUpload: (showUpload: boolean) => void,
showChat: boolean,
setShowChat: (showChat: boolean) => void,
showManage: boolean,
setShowManage: (showManage: boolean) => void,
setCollSelectedId: (collSelectedId: string) => void,
}