Midday / packages /documents /src /interface.ts
Jules
Final deployment with all fixes and verified content
c09f67c
import type { GetDocumentRequest, GetInvoiceOrReceiptResponse } from "./types";
export interface Processor {
getInvoiceOrReceipt?: (
params: GetDocumentRequest,
) => Promise<GetInvoiceOrReceiptResponse>;
}