mirror of
https://github.com/Dvorinka/Primora.git
synced 2026-06-04 04:23:00 +00:00
19 lines
408 B
TypeScript
19 lines
408 B
TypeScript
/* generated using openapi-typescript-codegen -- do not edit */
|
|
/* istanbul ignore file */
|
|
/* tslint:disable */
|
|
/* eslint-disable */
|
|
export type Collection = {
|
|
id: string;
|
|
project_id: string;
|
|
slug: string;
|
|
name: string;
|
|
description?: string | null;
|
|
/**
|
|
* JSON Schema for the collection
|
|
*/
|
|
schema: Record<string, any>;
|
|
created_at: string;
|
|
updated_at: string;
|
|
};
|
|
|