Immunity.ts 95 B

123456
  1. interface Immunity {
  2. id?: string
  3. userId: string
  4. chatId: string
  5. }
  6. export default Immunity