export type AppConfigType = { id?: number, currentDiagramId?: string, gridSnap?: number, rotateSnap?: number, createSnap?: number, turnSnap?: number, physicsEnabled?: boolean, newRelicKey?: string, newRelicAccount?: string, demoCompleted?: boolean, passphrase?: string, flyMode?: boolean, }