Interface ScopeInterface

interface ScopeInterface {
    id?: string;
    name: string;
    description?: string;
}

Properties

Properties

id?: string
name: string
description?: string