Variable revokeRefreshTokenConst

revokeRefreshToken: TFunction<
    [
        TObject<
            { refresh_token: TString; revocation_reason: TOptional<TString> },
        >,
    ],
    TPromise<TVoid>,
> = ...