1 | export interface ResourceLabelFormatter {
|
2 | scheme: string;
|
3 | authority?: string;
|
4 | priority?: boolean;
|
5 | formatting: ResourceLabelFormatting;
|
6 | }
|
7 | export interface ResourceLabelFormatting {
|
8 | label: string;
|
9 | separator: '/' | '\\' | '';
|
10 | tildify?: boolean;
|
11 | normalizeDriveLetter?: boolean;
|
12 | authorityPrefix?: string;
|
13 | }
|
14 | //# sourceMappingURL=label-protocol.d.ts.map |
\ | No newline at end of file |