interface TerminalProfile {
    icon?: string;
    id: string;
    title: string;
}

Properties

Properties

icon?: string
id: string
title: string