type SubgraphConfig = {
    schema: string[];
    output: string;
};

export type { SubgraphConfig };
