Type alias JsonLd<T>

JsonLd<T>: T & {
    @context: string[];
}

Type Parameters

  • T

Type declaration

  • @context: string[]