mirror of
https://github.com/kyantech/Palmr.git
synced 2025-11-02 13:03:15 +00:00
This commit introduces the initial project setup including configuration files, API models, and necessary assets. The changes include: - Added Prettier and PostCSS configuration files - Included favicon and public assets like SVGs - Set up Next.js and theme provider configurations - Added TypeScript models for API endpoints and responses
13 lines
249 B
TypeScript
13 lines
249 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
|
|
*/
|
|
|
|
export type BulkUpdateConfigs400 = {
|
|
/** Error message */
|
|
error: string;
|
|
};
|