File

packages/server/src/common/interfaces/active-user-data.interface.ts

Index

Properties

Properties

companyId
companyId: number
Type : number
email
email: string
Type : string
id
id: number
Type : number
tokenId
tokenId: string
Type : string
export interface ActiveUserData {
  id: number;
  email: string;
  companyId: number;
  tokenId: string;
}

results matching ""

    No results matching ""