interface calc {
id: number
type: 'standart' | 'aristo'
calc: ApiCalcType
}
export const useGlobalFenceType = () => useState<calc | null>('fence-global-type', () => null)