Interface ResourceLabelFormatter

interface ResourceLabelFormatter {
    authority?: string;
    formatting: ResourceLabelFormatting;
    scheme: string;
}

Properties

authority?: string
scheme: string