|
|
@@ -18,7 +18,6 @@ import { CommentJsonldContext } from './commentJsonldContext'; |
|
|
export interface PartnerJsonld { |
|
|
export interface PartnerJsonld { |
|
|
context?: CommentJsonldContext; |
|
|
context?: CommentJsonldContext; |
|
|
readonly id?: string; |
|
|
readonly id?: string; |
|
|
readonly type?: string; |
|
|
|
|
|
name: string; |
|
|
name: string; |
|
|
type: PartnerJsonld.TypeEnum; |
|
|
type: PartnerJsonld.TypeEnum; |
|
|
street?: string | null; |
|
|
street?: string | null; |
|
|
|