UNPKG

@eleva-io/erp-sdk

Version:

SDK oficial para el ERP de Eleva

7 lines 170 B
export interface DocumentSignedUrlOptions { expiration?: number; } export interface DocumentSignedUrlResponse { url: string; } //# sourceMappingURL=types.d.ts.map