boussole-pluss/frontend/repositories/models/axe.model.ts

9 lines
191 B
TypeScript
Raw Normal View History

2022-10-07 14:15:53 +00:00
import {RestLinks} from "~/repositories/models/rest-response.model";
export interface Axe extends RestLinks {
identifier: number;
shortTitle: string;
title: string;
color: string;
}