Parameters
Rest
...entires: {
subject: Record<string, Record<string, unknown>>;
vc: Record<string, Record<string, unknown>>;
}[]
Returns {
data: {
@context: (null | {
@protected: boolean;
@version: number;
})[];
@id: string;
};
}
An object representing the combined context configuration.
data: {
@context: (null | {
@protected: boolean;
@version: number;
})[];
@id: string;
}
@context: (null | {
@protected: boolean;
@version: number;
})[]
@id: string
Creates a context configuration from multiple entries.