Type alias WithUUID<T>

WithUUID<T>: T & {
    UUID: string;
}

Type Parameters

  • T