WithStringId<T>: T & {
    id: string;
}

Type Parameters

  • T

Type declaration

  • id: string

Description

Adds a string id to the type

Generated using TypeDoc