Implementing the partner map for author identifying

This commit is contained in:
2025-05-02 00:51:05 +02:00
parent 87f9119b0b
commit 37193d2246
4 changed files with 35 additions and 13 deletions

View File

@@ -2,6 +2,7 @@
export type IFirm = {
instance: string,
firm: string
entity?: any
}
type User = {