Type alias ContentEffect

ContentEffect: {
    name: "effect";
    tags: Tags[];
}

Type declaration

  • name: "effect"
  • tags: Tags[]