import { IProduction } from "./IProduction";
export interface IHomeProductionEdge {
    cursor: string;
    node: IProduction;
}
