Interface WorkspaceSymbolParams

interface WorkspaceSymbolParams {
    query: string;
}

Properties

Properties

query: string