Added multi-org support
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
This commit is contained in:
@@ -223,6 +223,10 @@ export interface Readme {
|
||||
|
||||
// @public (undocumented)
|
||||
export interface ReadmeConfig {
|
||||
// (undocumented)
|
||||
host?: string;
|
||||
// (undocumented)
|
||||
org?: string;
|
||||
// (undocumented)
|
||||
project: string;
|
||||
// (undocumented)
|
||||
|
||||
@@ -210,6 +210,8 @@ export interface Team {
|
||||
export interface ReadmeConfig {
|
||||
project: string;
|
||||
repo: string;
|
||||
host?: string;
|
||||
org?: string;
|
||||
}
|
||||
|
||||
/** @public */
|
||||
|
||||
Reference in New Issue
Block a user