extendedSelection: RecoilState<{
    scope?: string;
    selection: string[];
}> = ...

Generated using TypeDoc