@atlaskit/global-search
Version:
A cross-product search component (batteries included)
8 lines (7 loc) • 397 B
TypeScript
import { ConfluenceModelContext } from '../api/types';
export interface ModelParam {
'@type': string;
[value: string]: string | number;
}
export declare const buildJiraModelParams: (queryVersion: number, currentContainerId?: string | undefined) => ModelParam[];
export declare const buildConfluenceModelParams: (queryVersion: number, modelContext: ConfluenceModelContext) => ModelParam[];