Type alias LinkedAccount

LinkedAccount: {
    body: string;
    id: number;
    title: string;
    userId: number;
}

Type declaration

  • body: string
  • id: number
  • title: string
  • userId: number

Generated using TypeDoc