IProfileNode
Interface Definition
ts
interface IProfileNode {
    readonly id: number;
    readonly function: string;
    readonly source: string;
};