A context.

interface Context {
    id?: number;
    name?: string;
    scope?: Scope;
}

Properties

Properties

id?: number

The ID of the context.

name?: string

The name of the context.

scope?: Scope

The scope of the context.