Solution Resource information

interface ISolutionResource {
    filename: string;
    path: string;
    sourceUrl?: string;
    type: SolutionResourceType;
}

Properties

filename: string
path: string
sourceUrl?: string