export interface IGraphBatchRequest {
    id: string;
    method: string;
    url: string;
    headers?: any;
}
//# sourceMappingURL=IGraphBatchRequest.d.ts.map