File

src/app/pages/models/config.ts

Index

Properties

Properties

clientId
Type : string
config
Type : [literal type]
defaults
Type : [literal type]
scope
Type : string
export class Config {
  clientId: string;
  scope: string;
  config: [{
    name: string;
    value: string;
    default: string;
  }];
  defaults: [
    {
      name: string;
      value: string;
      scope: string;
    }
  ];
}

result-matching ""

    No results matching ""