From ca80920af60122e7446c376d2186c3559b001ff9 Mon Sep 17 00:00:00 2001 From: AlexSserb Date: Thu, 13 Mar 2025 19:28:52 +0400 Subject: [PATCH] fix: color schema --- src/client/models/CardTagColorSchema.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/client/models/CardTagColorSchema.ts diff --git a/src/client/models/CardTagColorSchema.ts b/src/client/models/CardTagColorSchema.ts new file mode 100644 index 0000000..957794c --- /dev/null +++ b/src/client/models/CardTagColorSchema.ts @@ -0,0 +1,11 @@ +/* generated using openapi-typescript-codegen -- do not edit */ +/* istanbul ignore file */ +/* tslint:disable */ +/* eslint-disable */ +export type CardTagColorSchema = { + id: number; + color: string; + backgroundColor: string; + label: string; +}; +