import type { FunctionKeys } from '@/TypeHelpers'; export interface IpcChannel { readonly namespace: string; readonly accessibleMembers: readonly FunctionKeys[]; // Property keys are not yet supported }