8 lines
207 B
TypeScript
8 lines
207 B
TypeScript
export interface RotateTokenOut {
|
|
ingestUrl: string;
|
|
}
|
|
export declare const RotateTokenOutSerializer: {
|
|
_fromJsonObject(object: any): RotateTokenOut;
|
|
_toJsonObject(self: RotateTokenOut): any;
|
|
};
|