Type alias Id<T>

Id<T>: Record<"id", T>

Represents an interface with an 'id' property of type T This type is commonly used to represent Shikimori entities with unique identifiers

Type Parameters

  • T

    The type of the 'id' property

Generated using TypeDoc