fix: color schema

This commit is contained in:
2025-03-13 19:28:52 +04:00
parent e32ec1ff23
commit ca80920af6

View File

@@ -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;
};