Interface IApplicationReferences

interface IApplicationReferences {
    references: IApplicationReference[];
    self?: string;
}

Properties

Properties

references: IApplicationReference[]

References array of type [[IApplicationReference]]

self?: string

Link to this resource