interface BaseRecord<T> {
    id: string;
    type: T;
}

Type Parameters

  • T

Hierarchy (view full)

Properties

Properties

id: string
type: T