UNPKG

@parseable/backstage-plugin-datasets

Version:

Backstage plugin for viewing and searching Parseable datasets and logs

19 lines (18 loc) 342 B
export interface Config { /** * Configuration for the Parseable plugin * @visibility frontend */ parseable?: { /** * Base URL for the Parseable API * @visibility frontend */ baseUrl?: string; /** * Default dataset to display * @visibility frontend */ defaultDataset?: string; }; }