Type alias Holder

Holder: string | {
    id: string;
    type: string;
}

Type declaration

  • id: string
  • type: string