Files
Palmr/apps/web/src/http/models/addRecipients200.ts
2025-02-24 23:58:40 -03:00

13 lines
307 B
TypeScript

/**
* Generated by orval v7.5.0 🍺
* Do not edit manually.
* 🌴 Palmr. API
* API documentation for Palmr file sharing system
* OpenAPI spec version: 1.0.0
*/
import type { AddRecipients200Share } from "./addRecipients200Share";
export type AddRecipients200 = {
share: AddRecipients200Share;
};