interface Ancestor {
    id?: string;
    type?: AncestorType;
}

Hierarchy

  • Record<string, unknown>
    • Ancestor

Properties

Properties

id?: string

ID of the ancestor

The type of ancestor.