import { GFError } from '../error/types'; export type GFResult = [data: TData, err?: GFError];