Skip to content
On this page

IProfile

Interface Definition

ts
interface IProfile {
    readonly id: number;
    readonly type: string;
    readonly start: number;
    readonly end: number;
    readonly samples: number;
    readonly root: IProfileNode;
};

Documentation

Documentation Created with ❤️ by Stuyk