mirror of
https://github.com/kyantech/Palmr.git
synced 2025-11-01 20:43:39 +00:00
13 lines
307 B
TypeScript
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;
|
|
};
|