7 lines
190 B
TypeScript
7 lines
190 B
TypeScript
export interface GithubConfigOut {
|
|
}
|
|
export declare const GithubConfigOutSerializer: {
|
|
_fromJsonObject(_object: any): GithubConfigOut;
|
|
_toJsonObject(_self: GithubConfigOut): any;
|
|
};
|