export type RefineContext = {
    args: string[];
    index: number;
    value: any;
} | null;
