Interface JSONBase

interface JSONBase {
    createdAt: number;
    id: string;
}

Hierarchy (view full)

Properties

Properties

createdAt: number
id: string