type and controller

This commit is contained in:
Julian Krauser 2024-09-09 13:14:24 +02:00
parent 88212ff79b
commit d24785cd69
4 changed files with 7 additions and 5 deletions

View file

@ -1,5 +1,5 @@
export interface CommunicationTypeViewModel {
id: number;
type: string;
useColumns: Array<string>;
fields: Array<string>;
}