UNPKG

@coder/backstage-plugin-coder

Version:

Create and manage Coder workspaces from Backstage

29 lines (26 loc) 396 B
export interface Config { /** * @visibility frontend */ coder: { /** * @deepVisibility frontend */ deployment: { accessUrl: string; }; /** * @visibility frontend */ oauth: { /** * @visibility frontend */ clientId: string; /** * @visibility secret */ clientSecret: string; }; }; }