/** * Representation of the 'CollectionPendingResponse' schema. */ export type CollectionPendingResponse = { monitorURL: string; } & Record; //# sourceMappingURL=collection-pending-response.d.ts.map