Interface ProfilesDetailsProfile

interface ProfilesDetailsProfile {
    label: string;
    lockmode?: number;
    thumbnail?: string;
}

Hierarchy (View Summary)

Properties

label: string
lockmode?: number
thumbnail?: string