Skip to content
On this page

IProfileNode

Interface Definition

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

Documentation

Documentation Created with ❤️ by Stuyk