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