interface Display<T0> {
    fields: VecMap<string, string>;
    id: UID;
    version: number;
}

Type Parameters

  • T0

Properties

Properties

fields: VecMap<string, string>
id: UID
version: number