7 lines
186 B
TypeScript
7 lines
186 B
TypeScript
export interface SlackConfigOut {
|
|
}
|
|
export declare const SlackConfigOutSerializer: {
|
|
_fromJsonObject(_object: any): SlackConfigOut;
|
|
_toJsonObject(_self: SlackConfigOut): any;
|
|
};
|