interface Scope {
    description?: string;
    title?: string;
    value?: string;
}

Properties

description?: string
title?: string
value?: string