Home > @i2analyze/i2connect > spi > SourceReferenceInfo
spi.SourceReferenceInfo type
The information that the source reference contains.
Signature:
export type SourceReferenceInfo = {
description?: string;
image?: string;
location?: string;
name: string;
type?: string;
};