/** * #userauth_msg.ts * * Code generated by ts-proto. DO NOT EDIT. * @packageDocumentation */ /** * Request to ensure that a refresh token exists in the shared cache for the * given Reddit user account. */ export type EnsureRefreshTokenExistsRequest = { /** * Reddit account id (t2_...) of the user whose refresh token should be * present in the shared cache. */ userId: string; }; export type EnsureRefreshTokenExistsResponse = {}; //# sourceMappingURL=userauth_msg.d.ts.map