refactor: rename logo to domain

This commit is contained in:
Sammy Teillet
2023-04-19 10:34:31 +02:00
parent 5560476ea0
commit 51fc383b1a
2 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
export interface Company {
id: number;
name: string;
logo: string;
domain: string;
}