Interface Entry<T>

interface Entry<T> {
    attributes: T;
    id: number;
    meta: Record<string, unknown>;
}

Type Parameters

  • T

Properties

Properties

attributes: T
id: number
meta: Record<string, unknown>

Generated using TypeDoc